remove unneeded print statement used for debugging

This commit is contained in:
Simon 2020-11-07 17:09:41 +00:00
parent f5f87d540b
commit 9f3cc47634
1 changed files with 0 additions and 1 deletions

View File

@ -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]))