[Reproducible-commits] [diffoscope] 03/04: Remove leftover debug in squashfs comparator

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Aug 9 07:58:38 UTC 2015


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

lunar pushed a commit to branch master
in repository diffoscope.

commit 5155b3f8f271f1fd9c355a900560dcfe11ded443
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Aug 9 09:57:25 2015 +0200

    Remove leftover debug in squashfs comparator
---
 diffoscope/comparators/squashfs.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/diffoscope/comparators/squashfs.py b/diffoscope/comparators/squashfs.py
index f31296b..22146d0 100644
--- a/diffoscope/comparators/squashfs.py
+++ b/diffoscope/comparators/squashfs.py
@@ -68,7 +68,6 @@ class SquashfsRegularFile(SquashfsMember):
 
     def __init__(self, archive, line):
         m = SquashfsRegularFile.LINE_RE.match(line)
-        logger.debug('line %s m %s', line, m)
         SquashfsMember.__init__(self, archive, m.group('member_name'))
 
 

-- 
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