From edd4ac791f959b19a68b7b244687b8b2273df5a3 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 17 Feb 2021 18:15:09 +0000 Subject: remove logging --- include/zot.php | 1 - 1 file changed, 1 deletion(-) 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); } -- cgit v1.2.3