]> git.mxchange.org Git - friendica.git/commitdiff
deactivate logger in acl_lookup
authorrabuzarus <>
Mon, 29 Jun 2015 11:46:47 +0000 (13:46 +0200)
committerrabuzarus <>
Mon, 29 Jun 2015 11:46:47 +0000 (13:46 +0200)
include/acl_selectors.php

index c1e62ac36b6004d5161dcc446ca2ebf1c375a911..0e00647379694e7f77844ed74a3b8df68a8663e8 100644 (file)
@@ -399,7 +399,7 @@ function acl_lookup(&$a, $out_type = 'json') {
                $search = $_REQUEST['query'];
        }
 
-       logger("Searching for ".$search." - type ".$type, LOGGER_DEBUG);
+//     logger("Searching for ".$search." - type ".$type, LOGGER_DEBUG);
 
        if ($search!=""){
                $sql_extra = "AND `name` LIKE '%%".dbesc($search)."%%'";