diff --git a/index.js b/index.js index 14e4a86..8ed368c 100644 --- a/index.js +++ b/index.js @@ -71,11 +71,11 @@ const logger = winston.createLogger({ // If we're not in production then log to the `console` with the format: // `${info.level}: ${info.message} JSON.stringify({ ...rest }) ` // -if (process.env.NODE_ENV !== 'production') { +//if (process.env.NODE_ENV !== 'production') { logger.add(new winston.transports.Console({ format: winston.format.simple(), })); -} +//} let playerQueue = []; let pokemonName = '';