Skip to content

Commit 66a376a

Browse files
Broccohansl
authored andcommitted
fix(@angular/cli): Remove testing log message.
1 parent 1300ee7 commit 66a376a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: packages/@angular/cli/tasks/eject.ts

-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ class JsonWebpackSerializer {
9191
}
9292

9393
private _bundleBudgetPluginSerialize(value: any): any {
94-
console.log('VALUE!!!');
95-
console.log(value);
9694
let budgets = value.options.budgets;
9795
return {
9896
budgets

0 commit comments

Comments
 (0)