debugging DON'T USE

This commit is contained in:
Cort Buffington 2016-07-30 09:57:12 -05:00
parent b8f60dfa16
commit b7291149b3
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class HBMASTER(DatagramProtocol):
def send_packet(self, _client, _packet):
self.transport.write(_packet, (self._clients[_client]['IP'], self._clients[_client]['PORT']))
# KEEP THE FOLLOWING COMMENTED OUT UNLESS YOU'RE DEBUGGING DEEPLY!!!!
#logger.debug('(%s) TX Packet to %s on port %s: %s', self._client, self._config['MASTER_IP'], self._config['MASTER_PORT'], h(_packet))
#logger.debug('(%s) TX Packet to %s on port %s: %s', self._clients[_client], self._clients[_client]['IP'], self._clients[_client]['PORT'], h(_packet))
def dmrd_received(self, _radio_id, _data):
_seq = _data[4:5]