remove debug logs

This commit is contained in:
Timur Ercan
2023-01-30 20:28:01 +01:00
parent 2a1d08e3fd
commit df032b65cb
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ async function patchHandler(req: NextApiRequest, res: NextApiResponse) {
if (!user) return;
const updatedUser = req.body;
console.log(updatedUser);
await prisma.user
.update({
where: {