Comment out log statement

This commit is contained in:
Ponrar 2023-07-09 03:23:22 -07:00
parent 41748c286a
commit 16121afcc9

View File

@ -9,7 +9,7 @@ def strip(s: str):
def main(): def main():
filepaths = sys.argv[1:] filepaths = sys.argv[1:]
print(f'{filepaths=}') # print(f'{filepaths=}')
delim=',' delim=','
quotechar='"' quotechar='"'