diff --git a/dmrlink.py b/dmrlink.py index 4a624d3..3165b51 100644 --- a/dmrlink.py +++ b/dmrlink.py @@ -19,7 +19,6 @@ import hmac import hashlib import socket import csv -import time import re #************************************************ @@ -394,9 +393,6 @@ class IPSC(DatagramProtocol): # We have to know when we have a new peer list, so a variable to indicate we do (or don't) # self._peer_list = [] - # - # A place to keep track of calls that are active on this IPSC - self.ACTIVE_CALLS = [] args = () @@ -509,8 +505,9 @@ class IPSC(DatagramProtocol): def reporting_loop(self): # Right now, without this, we really dont' know anything is happening. - print_master(self._network) - print_peer_list(self._network) + # print_master(self._network) + # print_peer_list(self._network) + pass def maintenance_loop(self):