No point in fetching qsos here

This commit is contained in:
Andreas Kristiansen
2026-01-02 17:27:03 +01:00
parent 7085871b9e
commit 826297ca56

View File

@@ -20,7 +20,6 @@ class Calltester extends CI_Controller {
// Starting clock time in seconds
$start_time = microtime(true);
$callarray = $this->getQsos(null);
$this->load->model('stations');
$data['station_profile'] = $this->stations->all_of_user();