From 97b6de6aa437f7a913a33b9e6aa18a919faf2caf Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 12 Apr 2018 16:31:01 -0400 Subject: a whole bunch of things that should be in their own commits --- backend/src/index.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'backend/src/index.js') diff --git a/backend/src/index.js b/backend/src/index.js index 8cf48fc..9f759ef 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -30,9 +30,3 @@ server.express.use(async (req, res, next) => { server.start({ port: 4444 }, deets => { console.log(`Server is running on http://localhost:${deets.port}`); }); - -// overwrite console.log -const chalk = require('chalk'); - -// global.console.l = (...butta) => console.log(chalk.bold.yellow(...butta)); -global.console.l = console.log; -- cgit v1.3