From 16121afcc939eb6869fbce3a1c34309c7b0abca1 Mon Sep 17 00:00:00 2001 From: Ponrar Date: Sun, 9 Jul 2023 03:23:22 -0700 Subject: [PATCH] Comment out log statement --- process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process b/process index c07b85b..b42a4eb 100755 --- a/process +++ b/process @@ -9,7 +9,7 @@ def strip(s: str): def main(): filepaths = sys.argv[1:] - print(f'{filepaths=}') + # print(f'{filepaths=}') delim=',' quotechar='"'