[diffoscope] 02/05: comparators.symlink: Drop strange debugging message.

Chris Lamb chris at chris-lamb.co.uk
Tue Feb 7 04:32:28 CET 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository diffoscope.

commit c6f2be2bca0fd22290e3fe8d80ee47fa6f175103
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Feb 7 15:04:04 2017 +1300

    comparators.symlink: Drop strange debugging message.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 diffoscope/comparators/symlink.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/diffoscope/comparators/symlink.py b/diffoscope/comparators/symlink.py
index dee618f..400297e 100644
--- a/diffoscope/comparators/symlink.py
+++ b/diffoscope/comparators/symlink.py
@@ -56,7 +56,6 @@ class Symlink(File):
         super().cleanup()
 
     def compare(self, other, source=None):
-        logger.debug('my_content %s', self.path)
         with open(self.path) as my_content, \
              open(other.path) as other_content:
             return Difference.from_text_readers(my_content, other_content, self.name, other.name, source=source, comment="symlink")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list