diff options
author | Mario <mario@mariovavti.com> | 2021-10-30 09:07:56 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-30 09:07:56 +0000 |
commit | 17bd36461425b48c168d122543d30264646ba8b6 (patch) | |
tree | 8c33eb2a12b877c5627142a2a1e69db1bfd02a6a /include/permissions.php | |
parent | acfa527e3e3a4cfa44a8f5148c3409a284b7f253 (diff) | |
download | volse-hubzilla-17bd36461425b48c168d122543d30264646ba8b6.tar.gz volse-hubzilla-17bd36461425b48c168d122543d30264646ba8b6.tar.bz2 volse-hubzilla-17bd36461425b48c168d122543d30264646ba8b6.zip |
remove logging
Diffstat (limited to 'include/permissions.php')
-rw-r--r-- | include/permissions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/permissions.php b/include/permissions.php index 9e432ce51..d94b70da6 100644 --- a/include/permissions.php +++ b/include/permissions.php @@ -50,7 +50,6 @@ function get_all_perms($uid, $observer_xchan, $check_siteblock = true, $default_ // First find out what the channel owner declared permissions to be. $channel_perm = intval(\Zotlabs\Access\PermissionLimits::Get($uid,$perm_name)); -hz_syslog(print_r($channel_perm,true)); if(! $channel_checked) { $r = q("select * from channel where channel_id = %d limit 1", |