diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-25 13:42:21 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-25 13:42:21 -0700 |
commit | 712759ea4b587f9d5b9dfac7216b7f14f32e7792 (patch) | |
tree | 1691b8305ec938e8fe871c4a83f1e67d26cee1fe /Zotlabs | |
parent | 66fc12c928c51aab95b0803b1e1fb980d38c502b (diff) | |
download | volse-hubzilla-712759ea4b587f9d5b9dfac7216b7f14f32e7792.tar.gz volse-hubzilla-712759ea4b587f9d5b9dfac7216b7f14f32e7792.tar.bz2 volse-hubzilla-712759ea4b587f9d5b9dfac7216b7f14f32e7792.zip |
disable log noise until it is needed
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Acl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Acl.php b/Zotlabs/Module/Acl.php index 7b52e88b5..0c2ad7522 100644 --- a/Zotlabs/Module/Acl.php +++ b/Zotlabs/Module/Acl.php @@ -24,7 +24,7 @@ class Acl extends \Zotlabs\Web\Controller { 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); $count = (x($_REQUEST,'count') ? $_REQUEST['count'] : 500); |