Skip to content

Commit

Permalink
chore: remove useless console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 7, 2024
1 parent e42a59a commit 95e5044
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/eventBus/listeners/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ class PushNotification {
if (this.hasPushPermission) {
this.showPush();
} else {
console.log("requesting2222 notification permission");
this.requestPushPermission().then(() => {
console.log("got12222 notification permission");

this.showPush();
});
}
Expand Down

0 comments on commit 95e5044

Please sign in to comment.