Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 25, 2013
1 parent 1c61665 commit f269fcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/opal/parser.rb
Expand Up @@ -48,7 +48,6 @@ def pop_scope
end

def on_error(t, val, vstack)
puts lexer.instance_variable_get(:@scanner).peek(50)
raise "parse error on value #{val.inspect} (#{token_to_str(t) || '?'}) :#{@file}:#{lexer.line}"
end

Expand Down

0 comments on commit f269fcd

Please sign in to comment.