зеркало из https://github.com/github/ruby.git
Remove debug print...sorry
This commit is contained in:
Родитель
0f28094201
Коммит
cfa1a18431
|
@ -308,8 +308,6 @@ class RubyLex
|
||||||
|
|
||||||
def check_newline_depth_difference
|
def check_newline_depth_difference
|
||||||
depth_difference = 0
|
depth_difference = 0
|
||||||
$stderr.puts ?= * 100
|
|
||||||
$stderr.puts @tokens.inspect
|
|
||||||
@tokens.each_with_index do |t, index|
|
@tokens.each_with_index do |t, index|
|
||||||
case t[1]
|
case t[1]
|
||||||
when :on_ignored_nl, :on_nl
|
when :on_ignored_nl, :on_nl
|
||||||
|
|
Загрузка…
Ссылка в новой задаче