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