Update byteManager.py
This commit is contained in:
parent
7125bfac0f
commit
26ad967725
@ -57,7 +57,6 @@ class byteManager():
|
||||
if eventData == b'':
|
||||
return
|
||||
try:
|
||||
print(eventData.decode('utf8'))
|
||||
self.env['runtime']['debug'].writeDebugOut("handleByteInput " + eventData.decode('utf8') ,debug.debugLevel.INFO)
|
||||
except:
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user