diff options
author | Mario <mario@mariovavti.com> | 2024-01-29 10:39:15 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-29 10:39:15 +0000 |
commit | 26ee56f39cbafcc6f7043026708cafdd1523bcec (patch) | |
tree | 18ca1aaf49f7caeea7f4b77b940f6151763ef7b3 /Zotlabs/Lib | |
parent | 300b0e27bdb1304302314466c940146a3d133325 (diff) | |
download | volse-hubzilla-26ee56f39cbafcc6f7043026708cafdd1523bcec.tar.gz volse-hubzilla-26ee56f39cbafcc6f7043026708cafdd1523bcec.tar.bz2 volse-hubzilla-26ee56f39cbafcc6f7043026708cafdd1523bcec.zip |
remove logging
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index a795d8590..a25344611 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -3702,8 +3702,6 @@ class Activity { */ public static function init_background_fetch(string $observer_hash = '') { - hz_syslog(print_r(App::$cache, true)); - if (isset(App::$cache['zot_fetch_objects'])) { $channels_str = ''; |