remove debug message
This commit is contained in:
parent
b87cf2c01d
commit
0e8b1adae5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user