diff --git a/server.js b/server.js index 918ea7b..f54febe 100644 --- a/server.js +++ b/server.js @@ -326,6 +326,7 @@ app.get('/:loc', function(req, res) { } }); +/* // 08.29.2019, disable logging and email since Don turned off device. setInterval(function() { // Check every hour to see if GoodMorning or GoodEvening has gone missing. pg.connect(conString, function(err, client, done) { @@ -355,6 +356,7 @@ setInterval(function() { }); }); }, 60 * 60 * 1000); +*/ app.listen(3000, function() { winston.info("Started on PORT 3000");