From: Guido van Rossum Date: Fri, 10 Oct 2003 23:05:41 +0000 (+0000) Subject: Ouch. Remove debug code containing obscenities. :-) X-Git-Tag: v2.4a1~1449 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80bd5ca722875a685c7595358ec4d9173d777ece;p=thirdparty%2FPython%2Fcpython.git Ouch. Remove debug code containing obscenities. :-) --- diff --git a/Lib/trace.py b/Lib/trace.py index 3da9cdd1047f..ade55bd5519d 100644 --- a/Lib/trace.py +++ b/Lib/trace.py @@ -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: