From bcb58e805a71f89adb1c4532c2eabb3b2d5ac9c4 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Thu, 14 Jun 2012 11:46:45 -0500 Subject: [PATCH] remove errant puts --- lib/v8/conversion/proc.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/v8/conversion/proc.rb b/lib/v8/conversion/proc.rb index 66b0390..4e425bb 100644 --- a/lib/v8/conversion/proc.rb +++ b/lib/v8/conversion/proc.rb @@ -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}"