diff --git a/hblink.py b/hblink.py index e7c3aed..83b67ad 100755 --- a/hblink.py +++ b/hblink.py @@ -729,7 +729,6 @@ class reportFactory(Factory): def send_config(self): serialized = pickle.dumps(self._config['SYSTEMS'], protocol=2) #.decode('utf-8', errors='ignore') #pickle.HIGHEST_PROTOCOL) - print(self._config['SYSTEMS']) self.send_clients(b''.join([REPORT_OPCODES['CONFIG_SND'], serialized]))