Remove debug code
This commit is contained in:
parent
bd024c3d31
commit
fdc89bfe53
|
@ -314,7 +314,6 @@ class Squirrel(Hazelnut):
|
|||
return
|
||||
elif isinstance(key, int):
|
||||
# Unmanaged complex key
|
||||
self.add_system_message(str(key))
|
||||
return
|
||||
elif key != "\n":
|
||||
# Insert the pressed key in the current message
|
||||
|
|
Loading…
Reference in New Issue