]> git.mxchange.org Git - friendica.git/commitdiff
Remove debug logging
authorMichael <heluecht@pirati.ca>
Sat, 2 Nov 2019 11:17:47 +0000 (11:17 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 2 Nov 2019 11:17:47 +0000 (11:17 +0000)
mod/network.php

index 0942872ed46f9ee6f75567ca2477783c2cfb7c58..4f795079b55ed643c5272f97bd27ddc15bb84077 100644 (file)
@@ -678,7 +678,7 @@ function networkThreadedView(App $a, $update, $parent)
                $ordering = '`commented`';
                $order_mode = 'commented';
        }
-Logger::info('Arrival order', ['ordering' => $ordering]);
+
        $sql_order = "$sql_table.$ordering";
 
        if (!empty($_GET['offset'])) {