summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-21 23:45:25 +0200
committerGeorg Brandl <georg@python.org>2010-08-21 23:45:25 +0200
commit7b23361e75f65e6bb2dd566bb9ca840c343d541c (patch)
tree23476ff60cdffeae4804d0248e4f2079246fc24b
parent4ead60c306775e951aff469cc126309aaffc3520 (diff)
downloadsphinx-7b23361e75f65e6bb2dd566bb9ca840c343d541c.tar.gz
Remove debugging leftover.
-rw-r--r--sphinx/ext/oldcmarkup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/ext/oldcmarkup.py b/sphinx/ext/oldcmarkup.py
index 571d82a5..00ac3749 100644
--- a/sphinx/ext/oldcmarkup.py
+++ b/sphinx/ext/oldcmarkup.py
@@ -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:]