Skip to content

Commit 40628bc

Browse files
committed
HistoryController: remove test
1 parent 359d309 commit 40628bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

application/controllers/HistoryController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ protected function prepareQueryString(
168168
?int $from = null,
169169
?int $to = null
170170
): Select {
171-
$test = $this->db()->select();
172-
$test = $this->db()->select()->from($table, $columns);
173171
$query = $this->db()->select()->from($table, $columns ?? '*');
174172
if ($from) {
175173
$query->where("$tsColumn >= ?", $from);

0 commit comments

Comments
 (0)