Browse Source

comment out debug statements

David Rose 22 years ago
parent
commit
fc73572551
1 changed files with 3 additions and 3 deletions
  1. 3 3
      direct/src/distributed/ConnectionRepository.py

+ 3 - 3
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.")