mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
remove errant puts
This commit is contained in:
parent
085e31b20c
commit
bcb58e805a
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ class V8::Conversion
|
||||||
args[i] = context.to_ruby arguments[i]
|
args[i] = context.to_ruby arguments[i]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
puts
|
|
||||||
context.to_v8 proc.call(*args)
|
context.to_v8 proc.call(*args)
|
||||||
rescue Exception => e
|
rescue Exception => e
|
||||||
warn "unhandled exception in ruby #{e.class}: #{e.message}"
|
warn "unhandled exception in ruby #{e.class}: #{e.message}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue