removed unnecessary comment
All checks were successful
default-pipeline default-pipeline #177

This commit is contained in:
Balázs Vigh 2021-05-06 20:41:23 +02:00
parent c626e36bbb
commit 899817a853

View File

@ -90,7 +90,6 @@ class PlaceRepository
$randomOffset = $pickRandomInt($numberOfPlacesLeft); $randomOffset = $pickRandomInt($numberOfPlacesLeft);
} }
// $select_unvisited->orderBy('last_time');
$select->where('id', 'NOT IN', $exclude); $select->where('id', 'NOT IN', $exclude);
$select->limit(1, $randomOffset); $select->limit(1, $randomOffset);