Ouch. Remove debug code containing obscenities. :-)
This commit is contained in:
parent
b427c00376
commit
80bd5ca722
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue