remove now empty array from logger

This commit is contained in:
Philipp Holzer 2020-01-28 01:15:21 +01:00
parent 52a4010121
commit 8f130335a3
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class Notify extends BaseRepository
Hook::callAll('enotify_store', $fields);
if (empty($fields)) {
$this->logger->debug('Abort adding notification entry', ['fields' => $fields]);
$this->logger->debug('Abort adding notification entry');
return false;
}