Commit 80bd5ca7 authored by Guido van Rossum's avatar Guido van Rossum

Ouch. Remove debug code containing obscenities. :-)

parent b427c003
......@@ -295,9 +295,6 @@ class CoverageResults:
def write_results_file(self, path, lines, lnotab, lines_hit):
"""Return a coverage results file in path."""
print "path =", `path`
if "/arse" in path:
import pdb; pdb.set_trace()
try:
outfile = open(path, "w")
except IOError, err:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment