From f70b096b29f2ce707087a50b77123837a3c873ae Mon Sep 17 00:00:00 2001 From: Lio Young Date: Tue, 13 Apr 2021 02:28:29 +0200 Subject: [PATCH] remove a log --- index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/index.ts b/index.ts index 0a08f22..71be1e7 100644 --- a/index.ts +++ b/index.ts @@ -28,7 +28,6 @@ app.get("/:slug", async (req, res) => { .from("brevis").select().eq("slug", req.params.slug).limit(1); if (data?.length === 0) { - console.log("hewo"); return res.json({ success: false, msg: "The Link you are trying to visit does not exist.",