Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
chore: remote unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Feb 16, 2024
1 parent 9fef4df commit d59e467
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MainSDK.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ class MainSDK extends Performer {
PushNotification.popInitialNotification(async (notification) => {
if (!notification) return;

if (DEBUG) console.log('Pop initial notification: ' + JSON.stringify(notification))

await this.pushClickListener(notification);
});

Expand Down

0 comments on commit d59e467

Please sign in to comment.