chore(client): remove logs

This commit is contained in:
Christopher Arraya 2023-07-30 02:14:26 -04:00
parent 0284624b1d
commit a459712c17

View File

@ -75,7 +75,6 @@ export async function POST(req: NextRequest) {
return NextResponse.json(res, { status: 201 });
} catch (err: any) {
console.log(err);
return NextResponse.json({ message: err.message }, { status: 500 });
} finally {
await prisma.$disconnect();