From: Michael Date: Sat, 2 Sep 2023 19:42:20 +0000 (+0000) Subject: Test code removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9e0090c06859c636663ea3dc58a119a9e059c1cb;p=friendica.git Test code removed --- diff --git a/src/Module/Conversation/Channel.php b/src/Module/Conversation/Channel.php index 3b0b338b5c..3164570f25 100644 --- a/src/Module/Conversation/Channel.php +++ b/src/Module/Conversation/Channel.php @@ -247,7 +247,6 @@ class Channel extends BaseModule self::$item_id = 0; } - Logger::debug('Blubb', ['get' => $request]); self::$min_id = $request['min_id'] ?? null; self::$max_id = $request['max_id'] ?? null; self::$max_id = $request['last_created'] ?? self::$max_id;