diff --git a/core/notifications/src/user_notification_settings/entity.rs b/core/notifications/src/user_notification_settings/entity.rs index e985e951cd..15757e51d6 100644 --- a/core/notifications/src/user_notification_settings/entity.rs +++ b/core/notifications/src/user_notification_settings/entity.rs @@ -210,8 +210,6 @@ impl UserNotificationSettings { self.events .push(UserNotificationSettingsEvent::PushDeviceTokenRemoved { token }) } - - // pub fn remove_push_device_token() } impl TryFrom> for UserNotificationSettings {