Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80bd5ca

Browse files
committed
Ouch. Remove debug code containing obscenities. :-)
1 parent b427c00 commit 80bd5ca

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/trace.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,6 @@ def write_results(self, show_missing=True, summary=False, coverdir=None):
295295
def write_results_file(self, path, lines, lnotab, lines_hit):
296296
"""Return a coverage results file in path."""
297297

298-
print "path =", `path`
299-
if "/arse" in path:
300-
import pdb; pdb.set_trace()
301298
try:
302299
outfile = open(path, "w")
303300
except IOError, err:

0 commit comments

Comments
 (0)