aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-02 20:46:44 +0000
committerMario <mario@mariovavti.com>2022-01-02 20:46:44 +0000
commite8030e29d9b5504a51f796093f78c070bdc0c70d (patch)
tree6d7ba5dd494ceed587409249c1676ea607816657 /Zotlabs
parentdf8bb0596a2a657cb2b0be951e2bc713f2b5e89d (diff)
downloadvolse-hubzilla-e8030e29d9b5504a51f796093f78c070bdc0c70d.tar.gz
volse-hubzilla-e8030e29d9b5504a51f796093f78c070bdc0c70d.tar.bz2
volse-hubzilla-e8030e29d9b5504a51f796093f78c070bdc0c70d.zip
remove logging
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Group.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/Zotlabs/Module/Group.php b/Zotlabs/Module/Group.php
index 4c6b0c838..7dcb95d85 100644
--- a/Zotlabs/Module/Group.php
+++ b/Zotlabs/Module/Group.php
@@ -324,9 +324,6 @@ class Group extends Controller {
$channel = App::get_channel();
-//hz_syslog(print_r($group,true));
-//hz_syslog(print_r($channel,true));
-
$context['$is_default_acl'] = ['set_default_acl', t('Post to this group by default'), intval($group['hash'] === trim($channel['channel_allow_gid'], '<>')), '', [t('No'), t('Yes')]];
$context['$is_default_group'] = ['set_default_group', t('Add new contacts to this group by default'), intval($group['hash'] === $channel['channel_default_group']), '', [t('No'), t('Yes')]];