From: Michael Date: Sat, 2 Oct 2021 17:47:11 +0000 (+0000) Subject: Removing "blubb" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c822cdaebde70f33722e8a12ddb8a40a44b12826;p=friendica.git Removing "blubb" --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index b2b022de56..0b585946f8 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -1362,7 +1362,6 @@ class Contact */ public static function getPostsFromId($cid, $thread_mode = false, $update = 0, $parent = 0, bool $only_media = false) { - Logger::info('Blubb-1', ['cid' => $cid]); $contact = DBA::selectFirst('contact', ['contact-type', 'network'], ['id' => $cid]); if (!DBA::isResult($contact)) { return ''; @@ -1423,7 +1422,6 @@ class Contact $o .= DI::conversation()->create($items, 'contacts', $update, false, 'commented', local_user()); } else { $items = Post::toArray(Post::selectForUser(local_user(), Item::DISPLAY_FIELDLIST, $condition, $params)); - Logger::info('Blubb-2a', ['cid' => $cid, 'condition' => $condition]); $o .= DI::conversation()->create($items, 'contact-posts', $update); }