From 9b4ce47caf18c6053f0f71d71b9985fc5f70fa66 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 21 Sep 2024 12:43:41 -0600 Subject: [PATCH] rm old comments --- hsparse/extract_columns_to_csv.py | 4 ---- 1 file changed, 4 deletions(-) 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)