From: Marcin Koziej Date: Wed, 13 Feb 2013 15:02:34 +0000 (+0100) Subject: what a shame, print left behind X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/63f2be7b043df0f94bfa1f96e87834b72be14987?ds=inline what a shame, print left behind --- 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)