Remove unused variable

This commit is contained in:
phl0
2025-12-26 19:26:19 +01:00
parent 7cc5c52c00
commit f5230d848c

View File

@@ -72,7 +72,7 @@ class Map extends CI_Controller {
$station_id = ($station_id === 'all') ? null : $station_id;
try {
$qsos = $this->Map_model->get_qsos_by_country($country, $station_id, $limit);
$qsos = $this->Map_model->get_qsos_by_country($country, $station_id);
if (empty($qsos)) {
while (ob_get_level()) ob_end_clean();