diff --git a/hsparse/extract_columns_to_csv.py b/hsparse/extract_columns_to_csv.py index 4e0426d..39a1f96 100644 --- a/hsparse/extract_columns_to_csv.py +++ b/hsparse/extract_columns_to_csv.py @@ -58,10 +58,6 @@ def main(): input_csv = args.input_csv output_csv = args.output_csv - # input_file = "tmp/mycontacts.csv" - # good_headers_file = "tmp/good_headers.txt" - # output_file = "tmp/final.csv" - # Step 1: Read the list of good headers good_headers = read_good_headers(headers_file)