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:
parent
0f28094201
commit
cfa1a18431
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue