Remove debug logging
This commit is contained in:
parent
b81ab4f9a4
commit
01142cb4d0
|
@ -678,7 +678,7 @@ function networkThreadedView(App $a, $update, $parent)
|
||||||
$ordering = '`commented`';
|
$ordering = '`commented`';
|
||||||
$order_mode = 'commented';
|
$order_mode = 'commented';
|
||||||
}
|
}
|
||||||
Logger::info('Arrival order', ['ordering' => $ordering]);
|
|
||||||
$sql_order = "$sql_table.$ordering";
|
$sql_order = "$sql_table.$ordering";
|
||||||
|
|
||||||
if (!empty($_GET['offset'])) {
|
if (!empty($_GET['offset'])) {
|
||||||
|
|
Loading…
Reference in a new issue