mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
remove debug logs
This commit is contained in:
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user