Removed useless else at Api because script will never get there

This commit is contained in:
int2001
2023-07-14 07:49:13 +00:00
parent 6e90095838
commit cfc9b6c8a0

View File

@@ -462,8 +462,6 @@ class API extends CI_Controller {
if(isset($obj['station_profile_id'])) {
$this->logbook_model->import($record, $obj['station_profile_id'], NULL, NULL, NULL, NULL, NULL, false, false, true);
} else {
$this->logbook_model->import($record, 0, NULL, NULL, NULL, NULL, NULL, false, false, true);
}
};