remove console.log

This commit is contained in:
Ulf Gebhardt 2025-04-05 05:00:31 +02:00
parent b67de647c2
commit 3c8946f434
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -173,7 +173,6 @@ export default {
params[
'emailNotifications' + setting.name.charAt(0).toUpperCase() + setting.name.slice(1)
] = setting.value
console.log(params)
})
}