Remove debug print in src/ControlSocket.py
This commit is contained in:
parent
79aff93b5d
commit
90680c11ef
1 changed files with 0 additions and 1 deletions
|
@ -33,4 +33,3 @@ class ControlSocket(object):
|
||||||
|
|
||||||
def on_read(self, sock, data):
|
def on_read(self, sock, data):
|
||||||
data = data.strip("\r\n")
|
data = data.strip("\r\n")
|
||||||
print(data)
|
|
||||||
|
|
Loading…
Reference in a new issue