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)); });