Commit 1ff2f9fe authored by Yoshinori Okuji's avatar Yoshinori Okuji

Remove an unneeded log.

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@134 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 3ebae1cf
......@@ -301,7 +301,6 @@ class OperationEventHandler(StorageEventHandler):
o = app.dm.getObject(oid, serial, tid)
p = Packet()
if o is not None:
logging.debug('o = %r' % (o,))
serial, next_serial, compression, checksum, data = o
if next_serial is None:
next_serial = INVALID_SERIAL
......
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