removed console.log

This commit is contained in:
Ulf Gebhardt 2025-04-06 04:20:55 +02:00
parent 7c34eea521
commit f5fe86b46e
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -198,7 +198,6 @@ export default {
const user = await writeTxResultPromise
// TODO: put in a middleware, see "CreateGroup", "UpdateGroup"
await createOrUpdateLocations('User', params.id, params.locationName, session)
console.log(user)
return user
} catch (error) {
throw new UserInputError(error.message)