Remove debug print in src/ControlSocket.py

This commit is contained in:
jesopo 2018-10-06 15:46:52 +01:00
parent 79aff93b5d
commit 90680c11ef

View file

@ -33,4 +33,3 @@ class ControlSocket(object):
def on_read(self, sock, data):
data = data.strip("\r\n")
print(data)