Remove debug print

This commit is contained in:
Takeshi KOMIYA 2016-01-01 19:20:28 +09:00
parent 584f05154b
commit 532dec6076

View File

@ -420,7 +420,6 @@ class LaTeXTranslator(nodes.NodeVisitor):
self.pending_footnotes = []
def unrestrict_footnote(self, node):
print self.footnote_restricted, self.pending_footnotes
if self.footnote_restricted == node:
self.footnote_restricted = False
for footnode in self.pending_footnotes: