chore: remove logs

This commit is contained in:
Arvid Norlin
2024-05-24 13:01:40 +02:00
parent c45380d8e2
commit 675228e4e9
3 changed files with 17 additions and 20 deletions

View File

@@ -13,7 +13,6 @@ export async function GET(
request: NextRequest,
context: { params: { lang: Lang } }
) {
console.log("LOGOUT ROUTE DEBUG")
let redirectHeaders: Headers | undefined = undefined
let redirectTo: string