summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xreport.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/report.py b/report.py
index dee8666..0f79a4d 100755
--- a/report.py
+++ b/report.py
@@ -28,7 +28,6 @@ def get_results(filename):
continue
groups = match.groups()
- print(groups)
count = int(groups[2])
if count != 0:
results[(groups[0], groups[1])] = count