diff options
author | Mario <mario@mariovavti.com> | 2021-02-15 18:25:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-15 18:25:04 +0000 |
commit | 4171a0136ad4f14bdd5d7621b4c7decd3e942c8c (patch) | |
tree | c6bdc54f133a71faa6c8b2a60e95d058164d9390 /include | |
parent | ba29a6ce4d37b9466d25632975562a5ffe2d5f13 (diff) | |
download | volse-hubzilla-4171a0136ad4f14bdd5d7621b4c7decd3e942c8c.tar.gz volse-hubzilla-4171a0136ad4f14bdd5d7621b4c7decd3e942c8c.tar.bz2 volse-hubzilla-4171a0136ad4f14bdd5d7621b4c7decd3e942c8c.zip |
revert debug code
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/zot.php b/include/zot.php index 82efc8596..e68da4209 100644 --- a/include/zot.php +++ b/include/zot.php @@ -471,11 +471,7 @@ function zot_refresh($them, $channel = null, $force = false) { ], $channel['channel_prvkey']); if($permissions) { - if(is_array($permissions)) - hz_syslog(print_r($permissions,true)); - $permissions = json_decode($permissions,true); - } logger('decrypted permissions: ' . print_r($permissions,true), LOGGER_DATA, LOG_DEBUG); } |