mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove debugging leftover.
This commit is contained in:
@@ -31,7 +31,6 @@ class OldCDirective(Directive):
|
||||
def run(self):
|
||||
env = self.state.document.settings.env
|
||||
if not env.app._oldcmarkup_warned:
|
||||
print 'XXXYYY'
|
||||
env.warn(env.docname, WARNING_MSG, self.lineno)
|
||||
env.app._oldcmarkup_warned = True
|
||||
newname = 'c:' + self.name[1:]
|
||||
|
||||
Reference in New Issue
Block a user