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 \
|
if isinstance(msg, coreapi.CoreNodeMessage) or \
|
||||||
isinstance(msg, coreapi.CoreLinkMessage):
|
isinstance(msg, coreapi.CoreLinkMessage):
|
||||||
try:
|
try:
|
||||||
print "broadcasting.."
|
|
||||||
handler.sendall(msg.rawmsg)
|
handler.sendall(msg.rawmsg)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
self.warn("sendall() error: %s" % e)
|
self.warn("sendall() error: %s" % e)
|
||||||
|
@ -200,7 +199,6 @@ class Session(object):
|
||||||
if handler == src:
|
if handler == src:
|
||||||
continue
|
continue
|
||||||
try:
|
try:
|
||||||
print "broadcasting raw data.."
|
|
||||||
handler.sendall(data)
|
handler.sendall(data)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
self.warn("sendall() error: %s" % e)
|
self.warn("sendall() error: %s" % e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue