From 29246cf7562cd2bcaa1b3028b362be2051fdc061 Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Tue, 20 Dec 2022 16:22:25 +0900 Subject: [PATCH] Dropping a console log that was left for debugging --- website/src/pages/api/auth/[...nextauth].ts | 1 - 1 file changed, 1 deletion(-) diff --git a/website/src/pages/api/auth/[...nextauth].ts b/website/src/pages/api/auth/[...nextauth].ts index 95bae8a2..c62492fe 100644 --- a/website/src/pages/api/auth/[...nextauth].ts +++ b/website/src/pages/api/auth/[...nextauth].ts @@ -7,7 +7,6 @@ import prisma from "src/lib/prismadb"; const providers = []; -console.log(process.env); // Register an email magic link auth method. if (process.env.NODE_ENV === "production") { providers.push(