Remove console.log

This commit is contained in:
Douglas Barone 2021-01-18 14:42:55 -04:00
parent 2f66d1bfc7
commit a104e5f381

View File

@ -65,7 +65,6 @@ const Mutation = {
},
async delPAHost(_, { id }) {
console.log(id)
return prisma.pAHost.delete({ where: { id } })
}
}