diff options
author | Mario <mario@mariovavti.com> | 2020-04-18 13:17:37 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-04-18 13:17:37 +0000 |
commit | 602ca91700fa314265b4f65a04465347e68f53db (patch) | |
tree | 312b4c919ac86a96052348470f01d4ec4e2cf73e | |
parent | 4cfc0b1a6410193b65673c5d43180aa9cecaeea2 (diff) | |
download | volse-hubzilla-602ca91700fa314265b4f65a04465347e68f53db.tar.gz volse-hubzilla-602ca91700fa314265b4f65a04465347e68f53db.tar.bz2 volse-hubzilla-602ca91700fa314265b4f65a04465347e68f53db.zip |
remove debug code
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
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; } |