[Checkins] SVN: grok/trunk/src/grok/publication.py Cleaned up accidental commit of local change to publication.py

Darryl Cousins darryl at darrylcousins.net.nz
Sat Aug 4 00:17:37 EDT 2007


Log message for revision 78575:
  Cleaned up accidental commit of local change to publication.py

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

-=-
Modified: grok/trunk/src/grok/publication.py
===================================================================
--- grok/trunk/src/grok/publication.py	2007-08-04 04:03:14 UTC (rev 78574)
+++ grok/trunk/src/grok/publication.py	2007-08-04 04:17:37 UTC (rev 78575)
@@ -37,8 +37,7 @@
     def callObject(self, request, ob):
         checker = selectChecker(ob)
         if checker is not None:
-            print '\n', checker, '\n'
-            #checker.check(ob, '__call__')
+            checker.check(ob, '__call__')
         return super(ZopePublicationSansProxy, self).callObject(request, ob)
 
 



More information about the Checkins mailing list