Skip to content

Commit a23d15a

Browse files
committed
Remove stray console.log statemente
1 parent 66f3317 commit a23d15a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Angular.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,6 @@ function assertArg(arg, name, reason) {
942942
if (!arg) {
943943
var error = new Error("Argument '" + (name||'?') + "' is " +
944944
(reason || "required"));
945-
if (window.console) window.console.log(error.stack);
946945
throw error;
947946
}
948947
}

0 commit comments

Comments
 (0)