]> git.mxchange.org Git - friendica.git/commitdiff
remove now empty array from logger
authornupplaPhil <admin@philipp.info>
Tue, 28 Jan 2020 00:15:21 +0000 (01:15 +0100)
committernupplaPhil <admin@philipp.info>
Tue, 28 Jan 2020 17:41:47 +0000 (18:41 +0100)
src/Repository/Notify.php

index 9552eddb9ae5ac6bbd072ce4f79f4c59ad47bc36..ba00d26fa72311efa8956b5bc054223bd77498a2 100644 (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;
                }