From b2a2bb736b01dfcd909d2c9087135bc6cb3e2e15 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 30 Jul 2010 12:20:32 -0700 Subject: [PATCH] [v8] Remove global.print from v8natives.js (fixes issue 791) Review URL: http://codereview.chromium.org/3045016 --- deps/v8/src/v8natives.js | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/v8/src/v8natives.js b/deps/v8/src/v8natives.js index 2b7a9bb136..18e56c38ef 100644 --- a/deps/v8/src/v8natives.js +++ b/deps/v8/src/v8natives.js @@ -1112,7 +1112,6 @@ function FunctionBind(this_arg) { // Length is 1. bound_args[i] = %_Arguments(i+1); } } - global.print(argc_bound); var fn = this; var result = function() { // Combine the args we got from the bind call with the args