diff --git a/server/src/resolvers/Mutation/index.js b/server/src/resolvers/Mutation/index.js index a2da034..d29035f 100644 --- a/server/src/resolvers/Mutation/index.js +++ b/server/src/resolvers/Mutation/index.js @@ -130,8 +130,6 @@ const Mutation = { context, info ) { - console.log(id, name, local, notes) - const accessPoint = await prisma.accessPoint.update({ where: { id: parseInt(id) }, data: { name, local, notes }