Skip to content

Commit

Permalink
chg: [tools] remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed May 11, 2023
1 parent bce14bb commit d2bf685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/generate_moz-top500.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('/'))
Expand Down

0 comments on commit d2bf685

Please sign in to comment.