rm old comments
This commit is contained in:
parent
78752392eb
commit
9b4ce47caf
|
@ -58,10 +58,6 @@ def main():
|
||||||
input_csv = args.input_csv
|
input_csv = args.input_csv
|
||||||
output_csv = args.output_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
|
# Step 1: Read the list of good headers
|
||||||
good_headers = read_good_headers(headers_file)
|
good_headers = read_good_headers(headers_file)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue