Browse Source

Console logging disabled

devBranch
Benjamin Arhen 3 years ago
parent
commit
9d1e3f23dc
  1. 9
      src/polyfills.ts

9
src/polyfills.ts

@ -62,3 +62,12 @@ import 'zone.js'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
*/
if(!window.console) {
var console = {
log : function(){},
warn : function(){},
error : function(){},
time : function(){},
timeEnd : function(){}
}
}
Loading…
Cancel
Save