From 6af2c3995a87c8c7ab45add31b39504b8695f6c0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 3 Jun 2014 06:38:25 -0400 Subject: Remove debugging --- coverage/files.py | 1 - 1 file changed, 1 deletion(-) (limited to 'coverage/files.py') diff --git a/coverage/files.py b/coverage/files.py index 80b69572..08ce1e84 100644 --- a/coverage/files.py +++ b/coverage/files.py @@ -188,7 +188,6 @@ class FnmatchMatcher(object): def match(self, fpath): """Does `fpath` match one of our filename patterns?""" - #print("Matching %r against %r" % (self.re.pattern, fpath)) return self.re.match(fpath) is not None -- cgit v1.2.1