remove trace logs
This commit is contained in:
parent
8a9d4e7216
commit
4c4a44777b
1 changed files with 0 additions and 2 deletions
|
@ -186,7 +186,6 @@ class Session(object):
|
|||
if isinstance(msg, coreapi.CoreNodeMessage) or \
|
||||
isinstance(msg, coreapi.CoreLinkMessage):
|
||||
try:
|
||||
print "broadcasting.."
|
||||
handler.sendall(msg.rawmsg)
|
||||
except Exception, e:
|
||||
self.warn("sendall() error: %s" % e)
|
||||
|
@ -200,7 +199,6 @@ class Session(object):
|
|||
if handler == src:
|
||||
continue
|
||||
try:
|
||||
print "broadcasting raw data.."
|
||||
handler.sendall(data)
|
||||
except Exception, e:
|
||||
self.warn("sendall() error: %s" % e)
|
||||
|
|
Loading…
Reference in a new issue