remove console logs
This commit is contained in:
parent
2290816e8b
commit
b564fc2d66
5 changed files with 0 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue