X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/31a937f6e9a6f521181637c84a196788696eefee..63f2be7b043df0f94bfa1f96e87834b72be14987:/librarian/pyhtml.py diff --git a/librarian/pyhtml.py b/librarian/pyhtml.py index 1762c01..0f23125 100644 --- a/librarian/pyhtml.py +++ b/librarian/pyhtml.py @@ -141,7 +141,6 @@ u"""%(wskazowki)s typ = element.attrib['typ'] self.exercise_counter += 1 - print self.exercise_counter self.options = {'exercise_counter': self.exercise_counter} handler = exercise_handlers[typ](self.options) return handler.generate(element)