diff options
| author | Guido van Rossum <guido@python.org> | 2003-10-10 23:05:41 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2003-10-10 23:05:41 +0000 |
| commit | f861ca28f758cf5721fb00e6405972ce1f991ba8 (patch) | |
| tree | 18045962212e3e7929d00344cd8003e69caa0ea0 | |
| parent | c28b674934922c3fa5f073adb1c300adbf161372 (diff) | |
| download | cpython-f861ca28f758cf5721fb00e6405972ce1f991ba8.tar.gz | |
Ouch. Remove debug code containing obscenities. :-)
| -rw-r--r-- | Lib/trace.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/trace.py b/Lib/trace.py index 3da9cdd104..ade55bd551 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: |
