disable log noise until it is needed
This commit is contained in:
parent
66fc12c928
commit
712759ea4b
@ -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);
|
||||||
|
Reference in New Issue
Block a user