Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
idoshamun committed Jan 16, 2025
1 parent f863d27 commit a536bb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/shared/src/contexts/PushNotificationContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ function OneSignalSubProvider({
source,
existingPermission,
) => {
// eslint-disable-next-line no-console
console.log('subscription callback', newPermission);
if (newPermission) {
await OneSignal.User.PushSubscription.optIn();
setIsSubscribed(true);
Expand Down

0 comments on commit a536bb3

Please sign in to comment.