commit | 80bd5ca722875a685c7595358ec4d9173d777ece | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Oct 10 23:05:41 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Oct 10 23:05:41 2003 +0000 |
tree | 97ea82285666bc0e9d4cc8a4bad4d81d9b868115 | |
parent | b427c00376e0737147af9265755af454cbdb92cc [diff] |
Ouch. Remove debug code containing obscenities. :-)
diff --git a/Lib/trace.py b/Lib/trace.py index 3da9cdd..ade55bd 100644 --- a/Lib/trace.py +++ b/Lib/trace.py
@@ -295,9 +295,6 @@ 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: