[v8] Remove global.print from v8natives.js (fixes issue 791)

Review URL: http://codereview.chromium.org/3045016
This commit is contained in:
Ryan Dahl 2010-07-30 12:20:32 -07:00
parent c38dd24dc5
commit b2a2bb736b

View File

@ -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