1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-07-15 01:24:25 +02:00

reducing logging in production

This commit is contained in:
Braun Patrik
2017-07-16 20:49:39 +02:00
parent fca431799f
commit 805e12c792
3 changed files with 2 additions and 4 deletions

View File

@ -25,7 +25,7 @@ export class Server {
private server: any;
constructor() {
if (process.env.DEBUG) {
if (!(process.env.NODE_ENV == "production")) {
Logger.debug(LOG_TAG, "Running in DEBUG mode");
}
this.init();