diff --git a/API/Backend/Shortener/routes/shortener.js b/API/Backend/Shortener/routes/shortener.js index 3848d4ba..4134a65c 100644 --- a/API/Backend/Shortener/routes/shortener.js +++ b/API/Backend/Shortener/routes/shortener.js @@ -16,7 +16,6 @@ const UrlShortener_s = us.sequelize; * @param text *optional* */ router.post("/shorten", function (req, res, next) { - console.log("Received Body from Webhook:", req.body); if (process.env.DISABLE_LINK_SHORTENER == "true") { res.send({ status: "failure",