remove console logs

This commit is contained in:
Henry Jameson 2026-03-13 13:09:39 +02:00
commit b564fc2d66
5 changed files with 0 additions and 8 deletions

View file

@ -83,7 +83,6 @@ export const vuexPushNotificationsPlugin = (store) => {
mutation.type === 'setCurrentUser' ||
mutation.type === 'clearCurrentUser'
) {
console.log(!!user, permissionGranted, enabled)
if (user && permissionGranted && enabled) {
return store.dispatch('registerPushNotifications')
} else {