comment out debug statements

This commit is contained in:
David Rose 2003-07-09 20:58:03 +00:00
parent 8163057588
commit fc73572551

View File

@ -280,9 +280,9 @@ class ConnectionRepository(DirectObject.DirectObject):
self.rsUpdateObjs = {}
def send(self, datagram):
if self.notify.getDebug():
print "ConnectionRepository sending datagram:"
datagram.dumpHex(ostream)
#if self.notify.getDebug():
# print "ConnectionRepository sending datagram:"
# datagram.dumpHex(ostream)
if not self.tcpConn:
self.notify.warning("Unable to send message after connection is closed.")