1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

remove errant puts

This commit is contained in:
Charles Lowell 2012-06-14 11:46:45 -05:00
parent 085e31b20c
commit bcb58e805a

View file

@ -27,7 +27,6 @@ class V8::Conversion
args[i] = context.to_ruby arguments[i]
end
end
puts
context.to_v8 proc.call(*args)
rescue Exception => e
warn "unhandled exception in ruby #{e.class}: #{e.message}"