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,

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to