Skip to content

Commit

Permalink
Merge pull request #28 from metrico/devel
Browse files Browse the repository at this point in the history
console.log turned OFF
  • Loading branch information
RFbkak37y3kIY authored Sep 23, 2022
2 parents 8145efe + 1e7de9d commit 587e46e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import { environment } from './environments/environment';
if (environment.production) {
enableProdMode();
}
console.log = () => { };
console.error = () => { };
console.info = () => { };
console.warn = () => { };

platformBrowserDynamic().bootstrapModule(AppModule)
.catch(err => console.error(err));

0 comments on commit 587e46e

Please sign in to comment.