From da5aa39d25dadf4f893a2fc6f250b366b03ff8a6 Mon Sep 17 00:00:00 2001 From: LAX18 Development Date: Tue, 27 Jul 2021 21:15:00 -0400 Subject: [PATCH] small fix --- scripts/internet_data.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/internet_data.js b/scripts/internet_data.js index b0cebf6..ebd2e42 100644 --- a/scripts/internet_data.js +++ b/scripts/internet_data.js @@ -102,6 +102,4 @@ app.post("/internet", function(req, res) { return res.send("Recieved") }) -app.listen(8000, () => -console.log(`Example app listening on port 8000!`), -); \ No newline at end of file +app.listen(8000); \ No newline at end of file