[Python-checkins] r61551 - doctools/trunk/sphinx/builder.py

georg.brandl python-checkins at python.org
Tue Mar 18 20:42:25 CET 2008


Author: georg.brandl
Date: Tue Mar 18 20:42:24 2008
New Revision: 61551

Modified:
   doctools/trunk/sphinx/builder.py
Log:
Remove debugging remnant.


Modified: doctools/trunk/sphinx/builder.py
==============================================================================
--- doctools/trunk/sphinx/builder.py	(original)
+++ doctools/trunk/sphinx/builder.py	Tue Mar 18 20:42:24 2008
@@ -56,7 +56,6 @@
         self.warn = app.warn
         self.info = app.info
         self.config = app.config
-        1/0
 
         # if None, this is set in load_env()
         self.env = env


More information about the Python-checkins mailing list