Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
disable logs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Jun 3, 2020
1 parent 52b77bf commit 5173163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -4,7 +4,7 @@
var path = require('path');
var nconf = require('nconf');

var ENABLE_CONSOLE_OUTPUT = true;
var ENABLE_CONSOLE_OUTPUT = false;
global.console_wrapper = {};

if (!ENABLE_CONSOLE_OUTPUT) {
Expand Down

0 comments on commit 5173163

Please sign in to comment.