[Zope-Checkins] CVS: ZODB3/ZODB - cPickleCache.c:1.79

Jeremy Hylton jeremy@zope.com
Tue, 1 Apr 2003 13:49:44 -0500


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv29458

Modified Files:
	cPickleCache.c 
Log Message:
I didn't mean to check in a call to fprintf().


=== ZODB3/ZODB/cPickleCache.c 1.78 => 1.79 ===
--- ZODB3/ZODB/cPickleCache.c:1.78	Tue Apr  1 13:44:25 2003
+++ ZODB3/ZODB/cPickleCache.c	Tue Apr  1 13:49:43 2003
@@ -648,7 +648,6 @@
 static int
 cc_length(ccobject *self)
 {
-    fprintf(stderr, "non_ghost_count = %d\n", self->non_ghost_count);
     return PyObject_Length(self->data);
 }