mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove debug print
This commit is contained in:
parent
584f05154b
commit
532dec6076
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user