1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove debug print...sorry

This commit is contained in:
aycabta 2019-06-26 08:07:58 +09:00
parent 0f28094201
commit cfa1a18431

View file

@ -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