From 5c27ce4d52a62e537b1a0881545d4006ada4771d Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sat, 20 Dec 2014 10:05:03 -0600 Subject: [PATCH] See last two changes (this is a clean-up commit) --- dmrlink.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dmrlink.py b/dmrlink.py index 73375de..0770c32 100755 --- a/dmrlink.py +++ b/dmrlink.py @@ -735,7 +735,8 @@ class IPSC(DatagramProtocol): # def send_packet(self, _packet, (_host, _port)): self.transport.write(_packet, (_host, _port)) - logger.debug('(%s) TX Packet to %s on port %s: %s', self._network, _host, _port, h(_packet)) + # USE THE FOLLOWING ONLY UNDER DIRE CIRCUMSTANCES -- PERFORMANCE IS ADVERSLY AFFECTED! + #logger.debug('(%s) TX Packet to %s on port %s: %s', self._network, _host, _port, h(_packet)) # Accept a complete packet, ready to be sent, and send it to all active peers + master in an IPSC #