]> git.mxchange.org Git - friendica.git/commitdiff
Test message removed
authorMichael <heluecht@pirati.ca>
Tue, 4 Aug 2020 05:46:00 +0000 (05:46 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 4 Aug 2020 05:46:00 +0000 (05:46 +0000)
src/Module/Search/Acl.php

index 24168cc21e5f11ebebc462557c0310fd2635f554..eb6dc6f85948703d7d357c9f2f45f3ea2fd8d6b6 100644 (file)
@@ -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 {