From 925b3f30ef565691d0b3d9b0bf58179bb7c104c2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 11 May 2023 10:22:50 +0200 Subject: [PATCH] chg: [tools] remove debugging --- tools/generate-chrome-crux-1m.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/generate-chrome-crux-1m.py b/tools/generate-chrome-crux-1m.py index 1ea7497..54cd7f8 100755 --- a/tools/generate-chrome-crux-1m.py +++ b/tools/generate-chrome-crux-1m.py @@ -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)