chg: [tools] remove debugging

pull/249/head
Alexandre Dulaunoy 2023-05-11 10:22:50 +02:00
parent d2bf685e75
commit 925b3f30ef
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ def process(files, dst):
for row in csv_reader:
if flag:
flag = False
print(True)
continue
v = row[0]
p = urlparse(v)