From 73ed5d71b451771dc9bfd47b4b7ad024b1dcbf75 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Tue, 7 Jun 2016 12:12:55 +0200 Subject: [PATCH] remove one debugging output --- oletools/ppt_parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oletools/ppt_parser.py b/oletools/ppt_parser.py index a90b62f..eb6d1c2 100644 --- a/oletools/ppt_parser.py +++ b/oletools/ppt_parser.py @@ -1365,8 +1365,8 @@ class PptParser(object): while True: start_pos = stream.tell() n_reads += 1 - log.debug('read {} starting from {}' - .format(BUF_SIZE, start_pos)) + #log.debug('read {} starting from {}' + # .format(BUF_SIZE, start_pos)) buf = stream.read(BUF_SIZE) idx = buf.find(pattern) while idx != -1: -- libgit2 0.21.4