[Zope-CVS] CVS: Products/Transience - Transience.py:1.11

Matthew T. Kromer matt@zope.com
Wed, 7 Nov 2001 15:20:28 -0500


Update of /cvs-repository/Products/Transience
In directory cvs.zope.org:/tmp/cvs-serv9719

Modified Files:
	Transience.py 
Log Message:
REmove debuging statemetns


=== Products/Transience/Transience.py 1.10 => 1.11 ===
         # We should assert that the callback function 'f' implements
         # the TransientNotification interface
-        print "setting addNotificationTarget to %s" % f
         self._addCallback = f             
 
     security.declareProtected(MGMT_SCREEN_PERM, 'getDelNotificationTarget')
@@ -279,7 +278,6 @@
     def setDelNotificationTarget(self, f):
         # We should assert that the callback function 'f' implements
         # the TransientNotification interface
-        print "setting delNotificationTarget to %s" % f
         self._delCallback = f