mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
comment out debug statements
This commit is contained in:
parent
8163057588
commit
fc73572551
@ -280,9 +280,9 @@ class ConnectionRepository(DirectObject.DirectObject):
|
|||||||
self.rsUpdateObjs = {}
|
self.rsUpdateObjs = {}
|
||||||
|
|
||||||
def send(self, datagram):
|
def send(self, datagram):
|
||||||
if self.notify.getDebug():
|
#if self.notify.getDebug():
|
||||||
print "ConnectionRepository sending datagram:"
|
# print "ConnectionRepository sending datagram:"
|
||||||
datagram.dumpHex(ostream)
|
# datagram.dumpHex(ostream)
|
||||||
|
|
||||||
if not self.tcpConn:
|
if not self.tcpConn:
|
||||||
self.notify.warning("Unable to send message after connection is closed.")
|
self.notify.warning("Unable to send message after connection is closed.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user