Update byteManager.py

This commit is contained in:
chrys 2019-09-14 11:50:04 +02:00 committed by GitHub
parent 7125bfac0f
commit 26ad967725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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