Skip to content

Commit d668889

Browse files
Alan Agiusmgechev
Alan Agius
authored andcommitted
refactor: remove console logs from analytics
This cause errors to be printed out multiple times
1 parent a5364a4 commit d668889

File tree

1 file changed

+0
-3
lines changed
  • packages/angular_devkit/build_angular/plugins/webpack

1 file changed

+0
-3
lines changed

packages/angular_devkit/build_angular/plugins/webpack/analytics.ts

-3
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,7 @@ export class NgBuildAnalyticsPlugin {
160160
this._stats.errors.push(message);
161161
}
162162
}
163-
// console.log(allErrors);
164163
}
165-
console.log(errObject.message);
166-
console.log('------');
167164
}
168165
}
169166
}

0 commit comments

Comments
 (0)