Test remark removed
This commit is contained in:
parent
281dd91e6a
commit
f514c2caf0
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ class Notify extends BaseRepository
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// todo - check
|
|
||||||
$msg = $this->notification->getMessageFromNotification($Notification);
|
$msg = $this->notification->getMessageFromNotification($Notification);
|
||||||
if (empty($msg)) {
|
if (empty($msg)) {
|
||||||
$this->logger->info('No notification message, quitting', ['uid' => $Notification->uid, 'id' => $Notification->id, 'type' => $Notification->type]);
|
$this->logger->info('No notification message, quitting', ['uid' => $Notification->uid, 'id' => $Notification->id, 'type' => $Notification->type]);
|
||||||
|
|
Loading…
Reference in a new issue