From fc735725510c82ba7480c69f8ce524bc3504ecdc Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 9 Jul 2003 20:58:03 +0000 Subject: [PATCH] comment out debug statements --- direct/src/distributed/ConnectionRepository.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/direct/src/distributed/ConnectionRepository.py b/direct/src/distributed/ConnectionRepository.py index 4d29c525b5..6111dc6a4c 100644 --- a/direct/src/distributed/ConnectionRepository.py +++ b/direct/src/distributed/ConnectionRepository.py @@ -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.")