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'))) ):

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

Reply via email to