[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/History.py
oops...debug print forgotten
Andreas Jung
andreas at andreas-jung.com
Thu Sep 30 16:18:25 EDT 2004
Log message for revision 27720:
oops...debug print forgotten
Changed:
U Zope/trunk/lib/python/OFS/History.py
-=-
Modified: Zope/trunk/lib/python/OFS/History.py
===================================================================
--- Zope/trunk/lib/python/OFS/History.py 2004-09-30 20:12:00 UTC (rev 27719)
+++ Zope/trunk/lib/python/OFS/History.py 2004-09-30 20:18:25 UTC (rev 27720)
@@ -60,7 +60,6 @@
def __getitem__(self, key):
self=self.aq_parent
- print 'key', key
serial=apply(pack, ('>HHHH',)+tuple(map(int, key.split('.'))))
if serial == self._p_serial: return self
More information about the Zope-Checkins
mailing list