Skip to content

Commit

Permalink
[notifications][Android] Remove unneeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmccall committed Jan 12, 2024
1 parent 3e2ecea commit 2b0ba13
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ open class NotificationsService : BroadcastReceiver() {
}

open fun handleIntent(context: Context, intent: Intent?) {
Log.e("dupa", intent.toString())
if (intent != null && SETUP_ACTIONS.contains(intent.action)) {
onSetupScheduledNotifications(context, intent)
} else if (intent?.action === NOTIFICATION_EVENT_ACTION) {
Expand Down

0 comments on commit 2b0ba13

Please sign in to comment.