mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
Remove stray console.log statemente
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user