Skip to content

Commit 67128c2

Browse files
committed
MERGE: I don't think this should be here, not sure where to merge it.
1 parent a9dd3c7 commit 67128c2

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
@@ -1147,7 +1147,6 @@ function assertArg(arg, name, reason) {
11471147
if (!arg) {
11481148
var error = new Error("Argument '" + (name||'?') + "' is " +
11491149
(reason || "required"));
1150-
if (window.console) window.console.log(error.stack);
11511150
throw error;
11521151
}
11531152
}

0 commit comments

Comments
 (0)