disable log noise until it is needed

This commit is contained in:
zotlabs 2018-06-25 13:42:21 -07:00
parent 66fc12c928
commit 712759ea4b

View File

@ -24,7 +24,7 @@ class Acl extends \Zotlabs\Web\Controller {
function init() { function init() {
logger('mod_acl: ' . print_r($_REQUEST,true),LOGGER_DATA); // logger('mod_acl: ' . print_r($_GET,true),LOGGER_DATA);
$start = (x($_REQUEST,'start') ? $_REQUEST['start'] : 0); $start = (x($_REQUEST,'start') ? $_REQUEST['start'] : 0);
$count = (x($_REQUEST,'count') ? $_REQUEST['count'] : 500); $count = (x($_REQUEST,'count') ? $_REQUEST['count'] : 500);