Remove debug logging

This commit is contained in:
Michael 2019-11-02 11:17:47 +00:00
parent b81ab4f9a4
commit 01142cb4d0

View 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'])) {