From b6b1a4737fb19343a64b3e434f3e50dcbb22019e Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Thu, 14 Feb 2013 18:41:33 +0000 Subject: [PATCH] got rid of debug print git-svn-id: http://comictagger.googlecode.com/svn/trunk@501 6c5673fe-1810-88d6-992b-cd32ca31540c --- comictaggerlib/issueidentifier.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comictaggerlib/issueidentifier.py b/comictaggerlib/issueidentifier.py index 11f54df..025e658 100644 --- a/comictaggerlib/issueidentifier.py +++ b/comictaggerlib/issueidentifier.py @@ -349,7 +349,6 @@ class IssueIdentifier: right_side_image_data = self.cropCover( cover_image_data ) if right_side_image_data is not None: narrow_cover_hash = self.calculateHash( right_side_image_data ) - self.log_msg(unicode(str(narrow_cover_hash))) #self.log_msg( "Cover hash = {0:016x}".format(cover_hash) )