We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f3317 commit a23d15aCopy full SHA for a23d15a
1 file changed
src/Angular.js
@@ -942,7 +942,6 @@ function assertArg(arg, name, reason) {
942
if (!arg) {
943
var error = new Error("Argument '" + (name||'?') + "' is " +
944
(reason || "required"));
945
- if (window.console) window.console.log(error.stack);
946
throw error;
947
}
948
0 commit comments