Removing extra debug info.

This commit is contained in:
Marat Fayzullin 2023-04-22 19:48:28 -04:00
parent 8b9e3138ad
commit bcab0df233
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class FaxParser(ThreadModule):
b = self.depth / 8 if self.depth>8 else 1
w = self.width
if len(self.data)>=w*b:
logger.debug("LINE %d: Got %d/%d pixels" % (self.line, w, len(self.data)/b))
#logger.debug("LINE %d: Got %d/%d pixels" % (self.line, w, len(self.data)/b))
# Advance scanline
self.line = self.line + 1
# If running as a service...