aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php1
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);
}