From 63f2be7b043df0f94bfa1f96e87834b72be14987 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Wed, 13 Feb 2013 16:02:34 +0100 Subject: [PATCH] what a shame, print left behind --- librarian/pyhtml.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.20.1