[Zodb-checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.70
Jeremy Hylton
jeremy@zope.com
Tue, 1 Oct 2002 12:39:44 -0400
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv10635
Modified Files:
ClientStorage.py
Log Message:
Remove logging of registerDB() call.
=== ZODB3/ZEO/ClientStorage.py 1.69 => 1.70 ===
--- ZODB3/ZEO/ClientStorage.py:1.69 Tue Oct 1 12:37:03 2002
+++ ZODB3/ZEO/ClientStorage.py Tue Oct 1 12:39:44 2002
@@ -271,7 +271,6 @@
The storage isn't really ready to use until after this call.
"""
- log2(INFO, "registerDB(%s, %s)" % (repr(db), repr(limit)))
self._db = db
def is_connected(self):