From: Michael Date: Tue, 4 Aug 2020 05:46:00 +0000 (+0000) Subject: Test message removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a20887a78e89567098c327582fc7a650cff1cccd;p=friendica.git Test message removed --- diff --git a/src/Module/Search/Acl.php b/src/Module/Search/Acl.php index 24168cc21e..eb6dc6f859 100644 --- a/src/Module/Search/Acl.php +++ b/src/Module/Search/Acl.php @@ -56,7 +56,6 @@ class Acl extends BaseModule } $type = $_REQUEST['type'] ?? self::TYPE_MENTION_CONTACT_GROUP; -Logger::info('Blubb', ['parameters' => $parameters]); if ($type === self::TYPE_GLOBAL_CONTACT) { $o = self::globalContactSearch(); } else {