diff options
author | Mario <mario@mariovavti.com> | 2021-02-17 18:15:09 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-17 18:15:09 +0000 |
commit | edd4ac791f959b19a68b7b244687b8b2273df5a3 (patch) | |
tree | 981043da5865dcae048a2ac7f9a3a2fb76e4b73f | |
parent | 27577824de3918c2f44c236916f3b2faeb92ec4f (diff) | |
download | volse-hubzilla-edd4ac791f959b19a68b7b244687b8b2273df5a3.tar.gz volse-hubzilla-edd4ac791f959b19a68b7b244687b8b2273df5a3.tar.bz2 volse-hubzilla-edd4ac791f959b19a68b7b244687b8b2273df5a3.zip |
remove logging
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index e1472b35e..84bf3f9b2 100644 --- a/include/zot.php +++ b/include/zot.php @@ -473,7 +473,6 @@ function zot_refresh($them, $channel = null, $force = false) { $channel['channel_prvkey']); if($permissions) { $permissions = json_decode($permissions,true); -hz_syslog(print_r($permissions,true)); } logger('decrypted permissions: ' . print_r($permissions,true), LOGGER_DATA, LOG_DEBUG); } |