[diffoscope] 02/05: Drop commented-out debugging statement now we have profiling.
Chris Lamb
chris at chris-lamb.co.uk
Fri Dec 23 11:46:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit d5fbdc6beea35f27510c3f95e46d3c7e448cafc7
Author: Chris Lamb <lamby at debian.org>
Date: Fri Dec 23 11:42:10 2016 +0000
Drop commented-out debugging statement now we have profiling.
Signed-off-by: Chris Lamb <lamby at debian.org>
---
diffoscope/comparators/__init__.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/diffoscope/comparators/__init__.py b/diffoscope/comparators/__init__.py
index 4d7f9e0..b2d2686 100644
--- a/diffoscope/comparators/__init__.py
+++ b/diffoscope/comparators/__init__.py
@@ -159,8 +159,6 @@ def compare_commented_files(file1, file2, comment=None, source=None):
def specialize(file):
for cls in FILE_CLASSES:
- # Uncomment the below to see which comparisons take ages to run "identify"
- #logger.debug("testing for %s", cls)
if isinstance(file, cls):
logger.debug("%s is already specialized", file.name)
return file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the Reproducible-commits
mailing list