Commit 58ecdcc3 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove odl and now useless logging message.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@930 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 619fb4ed
......@@ -101,8 +101,6 @@ class VerificationHandler(MasterHandler):
def handleAnswerTransactionInformation(self, conn, packet, tid,
user, desc, ext, oid_list):
uuid = conn.getUUID()
logging.info('got OIDs %s for %s from %s:%d',
oid_list, tid, *(conn.getAddress()))
app = self.app
if app.asking_uuid_dict.get(uuid, True):
# No interest.
......
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