From 9cd8aef73c335cd8ae58e1ecb39ddd30ea73dcbf Mon Sep 17 00:00:00 2001 From: VladBrok Date: Sat, 30 Sep 2023 12:48:52 +0300 Subject: [PATCH] remove code for testing logflare --- api/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/index.ts b/api/index.ts index 77578af..87eb33b 100644 --- a/api/index.ts +++ b/api/index.ts @@ -18,10 +18,6 @@ async function handler(req: VercelRequest, res: VercelResponse) { const body = req?.body as ReqBody; try { - // TODO: remove - console.log("wow omg"); - throw new Error("oops"); - await initICU(); const supportsAuth = Boolean(body.meta.interfaces.account_linking);