From 0121c2845ae4228a68c389f54b4884f7e6a02497 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 6 Sep 2022 22:56:56 +0000 Subject: [PATCH] Test stuff removed --- src/Database/PostUpdate.php | 1 - 1 file changed, 1 deletion(-) 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']]); -- 2.39.5