diff --git a/src/index.ts b/src/index.ts index d1e699c..db30226 100644 --- a/src/index.ts +++ b/src/index.ts @@ -38,8 +38,6 @@ app.get('*', async (c) => { const urlWithRef = appendReferrerTextToUrl(url, REFERRER_TEXT, existingSearchParams); - console.log({ text, url }) - return c.redirect(urlWithRef, 307); })