diff options
| -rw-r--r-- | src/Angular.js | 1 |
1 files changed, 0 insertions, 1 deletions
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; } } |
