From 4cfa0f29c921308a2c2ab5fe2ecead633cb21ed8 Mon Sep 17 00:00:00 2001 From: donavon04 Date: Thu, 28 Nov 2024 16:46:51 -0700 Subject: [PATCH] Update app.js --- app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.js b/app.js index b1783ff..85c681e 100644 --- a/app.js +++ b/app.js @@ -29,8 +29,6 @@ let pollrate = "5000"; // 5 Seconds //Api Key const token = "&v94gt8ZHFTTTeuT"; -console.log("Trying to connect to database " + dbip + ":" + ); - //Allows the clients to check if the server is alive app.get('/api', (req, res) => { console.log("Welcome to the MPE licenses api");