Skip to content

Commit

Permalink
Remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Sep 20, 2023
1 parent 406c152 commit 340f6c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion API/Backend/Shortener/routes/shortener.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 340f6c0

Please sign in to comment.