diff --git a/src/ext/notifications/class.observer.php b/src/ext/notifications/class.observer.php index 96566df..b1b7f0c 100644 --- a/src/ext/notifications/class.observer.php +++ b/src/ext/notifications/class.observer.php @@ -59,7 +59,7 @@ class NotificationObserver implements \MTTNotificationObserverInterface private function init() { $this->prefs = NotificationsExtension::preferences(); - $this->token = $this->prefs['token'] ?? ''; + //$this->token = $this->prefs['token'] ?? ''; } }