From ad67cb00e2e5e2ef57186b7495aa15b14bb39d43 Mon Sep 17 00:00:00 2001 From: Sean Norwood Date: Sun, 3 Apr 2022 00:27:00 +0000 Subject: [PATCH] chore: remove console log --- tubearchivist/www/src/pages/api/auth/[...nextauth].ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/tubearchivist/www/src/pages/api/auth/[...nextauth].ts b/tubearchivist/www/src/pages/api/auth/[...nextauth].ts index 7badef7..5026440 100644 --- a/tubearchivist/www/src/pages/api/auth/[...nextauth].ts +++ b/tubearchivist/www/src/pages/api/auth/[...nextauth].ts @@ -29,9 +29,6 @@ export default NextAuth({ password: credentials.password, }; - //debug - console.log("Payload", payload); - const res = await fetch("http://localhost:8000/api/login/", { method: "POST", body: JSON.stringify(payload),