Commit 86ee748a authored by Jeremy Hylton's avatar Jeremy Hylton

Remove logging of registerDB() call.

parent 7e089655
......@@ -20,7 +20,7 @@ ClientStorageError -- exception raised by ClientStorage
UnrecognizedResult -- exception raised by ClientStorage
ClientDisconnected -- exception raised by ClientStorage
$Id: ClientStorage.py,v 1.69 2002/10/01 16:37:03 gvanrossum Exp $
$Id: ClientStorage.py,v 1.70 2002/10/01 16:39:44 jeremy Exp $
"""
# XXX TO DO
......@@ -271,7 +271,6 @@ class ClientStorage:
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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment