remove debug message

This commit is contained in:
chrys 2018-05-31 23:05:33 +02:00
parent b87cf2c01d
commit 0e8b1adae5

View File

@ -112,7 +112,6 @@ class byteManager():
except: except:
repeat = 1 repeat = 1
cleanShortcut = cleanShortcut cleanShortcut = cleanShortcut
print(repeat,cleanShortcut)
shortcut = b'' shortcut = b''
for i in range(repeat): for i in range(repeat):
shortcut += cleanShortcut shortcut += cleanShortcut