remove trace logs

This commit is contained in:
Rod A Santiago 2016-08-02 14:32:05 -07:00
parent 8a9d4e7216
commit 4c4a44777b

View file

@ -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)