mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-01 16:50:12 +08:00
Dropping a console log that was left for debugging
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user