mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
Remove stray console.log statemente
This commit is contained in:
parent
66f3317bef
commit
a23d15ad3a
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue