about summary refs log tree commit diff stats
path: root/code/cli.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/cli.rb')
-rw-r--r--code/cli.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/cli.rb b/code/cli.rb
index 12561e36..ab962eb3 100644
--- a/code/cli.rb
+++ b/code/cli.rb
@@ -31,7 +31,6 @@ module CLI
 		when 32..127
 			key.chr
 		else
-			log(key)
 			''
 		end
 	end