[Zope-Checkins] SVN: Zope/trunk/lib/python/docutils/parsers/rst/directives/misc.py removed debug code

Andreas Jung andreas at andreas-jung.com
Mon Oct 10 00:23:12 EDT 2005


Log message for revision 39028:
  removed debug code
  

Changed:
  U   Zope/trunk/lib/python/docutils/parsers/rst/directives/misc.py

-=-
Modified: Zope/trunk/lib/python/docutils/parsers/rst/directives/misc.py
===================================================================
--- Zope/trunk/lib/python/docutils/parsers/rst/directives/misc.py	2005-10-09 23:25:39 UTC (rev 39027)
+++ Zope/trunk/lib/python/docutils/parsers/rst/directives/misc.py	2005-10-10 04:23:12 UTC (rev 39028)
@@ -24,10 +24,6 @@
 def include(name, arguments, options, content, lineno,
             content_offset, block_text, state, state_machine):
     """Include a reST file as part of the content of this reST file."""
-    import pdb
-    pdb.set_trace()
-
-    print '1'
     if not state.document.settings.file_insertion_enabled:
         warning = state_machine.reporter.warning(
               '"%s" directive disabled.' % name,



More information about the Zope-Checkins mailing list