Fix standards

This commit is contained in:
Michael 2022-07-21 08:14:47 +00:00
parent 2e39cebcb9
commit 3966bff8a1
1 changed files with 0 additions and 1 deletions

View File

@ -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]);
}