summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-03-25 16:31:20 -0700
committerEric Anholt <eric@anholt.net>2013-03-25 16:31:39 -0700
commit68c2780a9e7e976659a42cb84f2605d478442791 (patch)
treecf7908850efa42963c97fb4441af171e9f0e0f01
parentf8800ecf25a5e7344abd87d4914ca6a2152875d2 (diff)
Remove debug code that slipped into the report.
-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