From 4171a0136ad4f14bdd5d7621b4c7decd3e942c8c Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 15 Feb 2021 18:25:04 +0000 Subject: revert debug code --- include/zot.php | 4 ---- 1 file changed, 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); } -- cgit v1.2.3