[Zope-Checkins] CVS: Zope/lib/python/ZODB - serialize.py:1.5
Jeremy Hylton
jeremy at zope.com
Thu Feb 19 13:17:42 EST 2004
Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv19548
Modified Files:
serialize.py
Log Message:
Remove debugging print.
Blast! Why didn't doctest complain about this?
=== Zope/lib/python/ZODB/serialize.py 1.4 => 1.5 ===
--- Zope/lib/python/ZODB/serialize.py:1.4 Thu Feb 19 13:12:32 2004
+++ Zope/lib/python/ZODB/serialize.py Thu Feb 19 13:17:41 2004
@@ -252,7 +252,6 @@
if newargs is None:
meta = klass
else:
- print "newargs", repr(newargs)
meta = klass, newargs()
return self._dump(meta, obj.__getstate__())
More information about the Zope-Checkins
mailing list