Ouch. Remove debug code containing obscenities. :-)

This commit is contained in:
Guido van Rossum 2003-10-10 23:05:41 +00:00
parent b427c00376
commit 80bd5ca722
1 changed files with 0 additions and 3 deletions

View File

@ -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: