Skip to content

Commit

Permalink
chore: ♻️ remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Nov 2, 2024
1 parent 374e85f commit d62ee8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ app.get('*', async (c) => {

const urlWithRef = appendReferrerTextToUrl(url, REFERRER_TEXT, existingSearchParams);

console.log({ text, url })

return c.redirect(urlWithRef, 307);
})

Expand Down

0 comments on commit d62ee8f

Please sign in to comment.