summaryrefslogtreecommitdiff
path: root/lib/irb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb')
-rw-r--r--lib/irb/input-method.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/irb/input-method.rb b/lib/irb/input-method.rb
index c4142a924e..407012aa86 100644
--- a/lib/irb/input-method.rb
+++ b/lib/irb/input-method.rb
@@ -51,7 +51,6 @@ module IRB
def gets
print @prompt
line = @stdin.gets
- p line.encoding
@line[@line_no += 1] = line
end