I am using MEAN, Angular 2, Node/Express, Angular-CLI and ng build --prod to build my app and I have a travesty of commented out throwaway code and a billion debugging conso
Simply add this window.console.log = function(){}; to `
window.console.log = function(){};
if (environment.production) { enableProdMode(); }`