[Checkins] SVN: grok/trunk/src/grok/_grok.py Spurious commented out pdb.

Martijn Faassen faassen at infrae.com
Mon Aug 13 14:43:44 EDT 2007


Log message for revision 78792:
  Spurious commented out pdb.
  

Changed:
  U   grok/trunk/src/grok/_grok.py

-=-
Modified: grok/trunk/src/grok/_grok.py
===================================================================
--- grok/trunk/src/grok/_grok.py	2007-08-13 16:32:15 UTC (rev 78791)
+++ grok/trunk/src/grok/_grok.py	2007-08-13 18:43:44 UTC (rev 78792)
@@ -82,7 +82,6 @@
 
 def grok_component(name, component,
                    context=None, module_info=None, templates=None):
-    #import pdb; pdb.set_trace()
     return the_multi_grokker.grok(name, component,
                                   context=context,
                                   module_info=module_info,



More information about the Checkins mailing list