diff options
Diffstat (limited to 'coverage/inorout.py')
-rw-r--r-- | coverage/inorout.py | 3 |
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") |