chg: [tools] remove debugging

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

View File

@ -26,7 +26,6 @@ def process(files, dst):
for row in csv_reader:
if flag:
flag = False
print(True)
continue
v = row[1]
warninglist['list'].append(v.rstrip().rstrip('/'))