rm old comments

This commit is contained in:
Jeff Moe 2024-09-21 12:43:41 -06:00
parent 78752392eb
commit 9b4ce47caf

View file

@ -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)