[Zope-Checkins]
SVN: Zope/branches/Zope-2_8-branch/lib/python/docutils/parsers/rst/directives/misc.py
Remove debugging print.
Tres Seaver
tseaver at palladion.com
Mon Jul 10 16:21:52 EDT 2006
Log message for revision 69082:
Remove debugging print.
Changed:
U Zope/branches/Zope-2_8-branch/lib/python/docutils/parsers/rst/directives/misc.py
-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/docutils/parsers/rst/directives/misc.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/docutils/parsers/rst/directives/misc.py 2006-07-10 19:57:10 UTC (rev 69081)
+++ Zope/branches/Zope-2_8-branch/lib/python/docutils/parsers/rst/directives/misc.py 2006-07-10 20:21:51 UTC (rev 69082)
@@ -42,7 +42,6 @@
"""
if options.has_key('file') or options.has_key('url'):
raise NotImplementedError, 'File inclusion not allowed!'
- print 2
if ( not state.document.settings.raw_enabled
or (not state.document.settings.file_insertion_enabled
and (options.has_key('file') or options.has_key('url'))) ):
More information about the Zope-Checkins
mailing list