mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +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) {
|
if (!arg) {
|
||||||
var error = new Error("Argument '" + (name||'?') + "' is " +
|
var error = new Error("Argument '" + (name||'?') + "' is " +
|
||||||
(reason || "required"));
|
(reason || "required"));
|
||||||
if (window.console) window.console.log(error.stack);
|
|
||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue