From: Michael Date: Thu, 21 Jul 2022 08:14:47 +0000 (+0000) Subject: Fix standards X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3966bff8a186a9d5d0d983bd30e1fbb6bc6376c6;p=friendica.git Fix standards --- diff --git a/src/Worker/FetchMissingActivity.php b/src/Worker/FetchMissingActivity.php index 116f098db0..1a2818c3cc 100644 --- a/src/Worker/FetchMissingActivity.php +++ b/src/Worker/FetchMissingActivity.php @@ -42,7 +42,6 @@ class FetchMissingActivity Queue::processReplyByUri($url); } elseif (!Worker::defer()) { Logger::info('Activity could not be fetched', ['url' => $url]); - // Possibly we should recursively remove child activities at this point. } else { Logger::info('Fetching deferred', ['url' => $url]); }