From a23d15ad3ad8f0eb52ffc4b0ac86ec358ae3dfa8 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 27 May 2011 15:20:25 -0700 Subject: Remove stray console.log statemente --- src/Angular.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Angular.js b/src/Angular.js index 189d3f5f..28631b64 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -942,7 +942,6 @@ function assertArg(arg, name, reason) { if (!arg) { var error = new Error("Argument '" + (name||'?') + "' is " + (reason || "required")); - if (window.console) window.console.log(error.stack); throw error; } } -- cgit v1.2.3