From: Michael Date: Tue, 6 Sep 2022 22:56:56 +0000 (+0000) Subject: Test stuff removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0121c2845ae4228a68c389f54b4884f7e6a02497;p=friendica.git Test stuff removed --- diff --git a/src/Database/PostUpdate.php b/src/Database/PostUpdate.php index 3ec7822bf0..9216d800da 100644 --- a/src/Database/PostUpdate.php +++ b/src/Database/PostUpdate.php @@ -1108,7 +1108,6 @@ class PostUpdate $posts = DBA::select('post-view', ['uri-id'], ['conversation' => './']); while ($post = DBA::fetch($posts)) { - echo $post['uri-id'] . "\n"; $parent = Item::getParent($post['uri-id']); if ($parent != 0) { DBA::update('post', ['parent-uri-id' => $parent], ['uri-id' => $post['uri-id']]);