Test remark removed

This commit is contained in:
Michael 2023-11-25 23:19:27 +00:00
parent 281dd91e6a
commit f514c2caf0
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ class Notify extends BaseRepository
}
}
}
// todo - check
$msg = $this->notification->getMessageFromNotification($Notification);
if (empty($msg)) {
$this->logger->info('No notification message, quitting', ['uid' => $Notification->uid, 'id' => $Notification->id, 'type' => $Notification->type]);