1
0

reduce verbosity

This commit is contained in:
ThomasV
2012-03-19 21:34:42 +03:00
parent 53fa9356ef
commit c738c62f01
2 changed files with 3 additions and 6 deletions

View File

@@ -456,7 +456,6 @@ def poll_session_json(session_id, message_id):
if session is None:
raise BaseException("session not found %s"%session_id)
else:
print "poll: session found", session_id
out = []
ret, addresses = modified_addresses(session)
if ret: