summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-03-19 07:09:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-03-19 07:09:37 -0400
commitc5b3e50987d9835989a81e2560aeef6047f3c591 (patch)
treed8ac68d121c5cc842b050f04638642b98c14148b
parentf77693d90a615ae6e77825653bf647567c9305e8 (diff)
downloadpython-coveragepy-git-c5b3e50987d9835989a81e2560aeef6047f3c591.tar.gz
fix: remove debugging code I checked in by accident
-rw-r--r--coverage/inorout.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/coverage/inorout.py b/coverage/inorout.py
index 9c3040fc..fbd1a95e 100644
--- a/coverage/inorout.py
+++ b/coverage/inorout.py
@@ -243,9 +243,6 @@ class InOrOut(object):
# the frame's file name, then just use the original.
filename = original_filename
- if self.debug:
- self.debug.write("Considering filename {!r}".format(filename))
-
if not filename:
# Empty string is pretty useless.
return nope(disp, "empty string isn't a file name")