mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
No point in fetching qsos here
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user