diff --git a/app.js b/app.js index e470fee..890e1b3 100644 --- a/app.js +++ b/app.js @@ -150,10 +150,6 @@ https.createServer( app ).listen(3000); -app.listen(3000, () => { - console.log("API started!"); -}); - function isConnected(){ if(con.isConnected){