From d329e7e5c88a9445e10083536ae1549e6fc1a1be Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 21 Jun 2013 13:32:53 +0200 Subject: [PATCH] remove prints --- librarian/pypdf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/librarian/pypdf.py b/librarian/pypdf.py index edd1f6d..0793951 100644 --- a/librarian/pypdf.py +++ b/librarian/pypdf.py @@ -196,12 +196,9 @@ class EduModule(Xmill): def handle_naglowek_rozdzial(self, element): if not self.options['teacher']: - print element.text if element.text.startswith((u'Wiedza', u'Zadania', u'Słowniczek')): - print 'not mute' self.state['mute'] = False else: - print 'mute' self.state['mute'] = True return None return self.handle_texcommand(element) -- 2.20.1