summaryrefslogtreecommitdiff
path: root/2011/qual
diff options
context:
space:
mode:
Diffstat (limited to '2011/qual')
-rw-r--r--2011/qual/c/c.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/2011/qual/c/c.py b/2011/qual/c/c.py
index ab90c5d..ccbc12f 100644
--- a/2011/qual/c/c.py
+++ b/2011/qual/c/c.py
@@ -23,7 +23,6 @@ for t in xrange(T):
p.append(s.pop(0))
s = "Case #%d: %s\n" % (t+1, res)
- #print s
o.write(s)
f.close()