remove prints
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 21 Jun 2013 11:32:53 +0000 (13:32 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 21 Jun 2013 11:32:53 +0000 (13:32 +0200)
librarian/pypdf.py

index edd1f6d..0793951 100644 (file)
@@ -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)