aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-04-18 13:17:37 +0000
committerMario <mario@mariovavti.com>2020-04-18 13:17:37 +0000
commit602ca91700fa314265b4f65a04465347e68f53db (patch)
tree312b4c919ac86a96052348470f01d4ec4e2cf73e /Zotlabs/Lib/Activity.php
parent4cfc0b1a6410193b65673c5d43180aa9cecaeea2 (diff)
downloadvolse-hubzilla-602ca91700fa314265b4f65a04465347e68f53db.tar.gz
volse-hubzilla-602ca91700fa314265b4f65a04465347e68f53db.tar.bz2
volse-hubzilla-602ca91700fa314265b4f65a04465347e68f53db.zip
remove debug code
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r--Zotlabs/Lib/Activity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index 5882a0777..24214072a 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -890,7 +890,7 @@ class Activity {
$ret['to'] = array_values(array_unique(array_merge($ret['to'], $mentions)));
}
}
-hz_syslog(print_r($ret,true));
+
return $ret;
}