Skip to content

Commit

Permalink
remove code for testing logflare
Browse files Browse the repository at this point in the history
  • Loading branch information
VladBrok committed Sep 30, 2023
1 parent de974e3 commit 9cd8aef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9cd8aef

Please sign in to comment.