aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/ruby-lex.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/irb/ruby-lex.rb b/lib/irb/ruby-lex.rb
index 27029e5266..8d92c192b0 100644
--- a/lib/irb/ruby-lex.rb
+++ b/lib/irb/ruby-lex.rb
@@ -308,8 +308,6 @@ class RubyLex
def check_newline_depth_difference
depth_difference = 0
- $stderr.puts ?= * 100
- $stderr.puts @tokens.inspect
@tokens.each_with_index do |t, index|
case t[1]
when :on_ignored_nl, :on_nl