Skip to content

Commit

Permalink
refactor: remove console logs from analytics
Browse files Browse the repository at this point in the history
This cause errors to be printed out multiple times
  • Loading branch information
Alan Agius authored and mgechev committed Apr 2, 2019
1 parent a5364a4 commit d668889
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,7 @@ export class NgBuildAnalyticsPlugin {
this._stats.errors.push(message);
}
}
// console.log(allErrors);
}
console.log(errObject.message);
console.log('------');
}
}
}
Expand Down

0 comments on commit d668889

Please sign in to comment.