From b790ff10880b1035d824017dc24235c1ffb84d56 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Fri, 25 Dec 2020 13:58:54 +0000 Subject: [PATCH] Another silly mistake --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 22da2af..ae68be3 100644 --- a/index.js +++ b/index.js @@ -91,5 +91,5 @@ update() const server = http.Server(app); server.listen(port, listenHost, function(){ - logger.info(util.format('App listening on %s:%d!', listenHost, port)); + console.log(util.format('App listening on %s:%d!', listenHost, port)); });