summaryrefslogtreecommitdiffstats
path: root/backend/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/index.js')
-rw-r--r--backend/src/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/src/index.js b/backend/src/index.js
index 22cc9ef..3630b74 100644
--- a/backend/src/index.js
+++ b/backend/src/index.js
@@ -35,4 +35,5 @@ server.start(() => console.log('Server is running on http://localhost:4000'));
// overwrite console.log
const chalk = require('chalk');
-global.console.l = (...butta) => console.log(chalk.bold.yellow(...butta));
+// global.console.l = (...butta) => console.log(chalk.bold.yellow(...butta));
+global.console.l = console.log;