[Checkins] SVN: grok/branches/wosc-utility-subclassing/src/grok/publication.py Remove a commented out pdb.set_trace() checked in previously by Thompson and

Martijn Faassen faassen at infrae.com
Sun Jan 7 10:06:53 EST 2007


Log message for revision 71769:
  Remove a commented out pdb.set_trace() checked in previously by Thompson and 
  Thomson.
  

Changed:
  U   grok/branches/wosc-utility-subclassing/src/grok/publication.py

-=-
Modified: grok/branches/wosc-utility-subclassing/src/grok/publication.py
===================================================================
--- grok/branches/wosc-utility-subclassing/src/grok/publication.py	2007-01-07 14:33:21 UTC (rev 71768)
+++ grok/branches/wosc-utility-subclassing/src/grok/publication.py	2007-01-07 15:06:52 UTC (rev 71769)
@@ -37,7 +37,6 @@
     def callObject(self, request, ob):
         checker = selectChecker(ob)
         if checker is not None:
-            #import pdb; pdb.set_trace()
             checker.check(ob, '__call__')
         return super(ZopePublicationSansProxy, self).callObject(request, ob)
 



More information about the Checkins mailing list