]> git.mxchange.org Git - friendica.git/commitdiff
Test code removed
authorMichael <heluecht@pirati.ca>
Sat, 2 Sep 2023 19:42:20 +0000 (19:42 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 2 Sep 2023 19:42:20 +0000 (19:42 +0000)
src/Module/Conversation/Channel.php

index 3b0b338b5c0d3feb5eb755a98d3b7d0be51853f5..3164570f25020350afd5687f671a11da5135fbc6 100644 (file)
@@ -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;