Remove a warning, let Nasal itself warn if needed.
This commit is contained in:
parent
e7d4e28f44
commit
e9849ecae9
1 changed files with 0 additions and 1 deletions
|
@ -2420,7 +2420,6 @@ static naRef f_procedure_route(naContext c, naRef me, int argc, naRef* args)
|
|||
WayptVec r;
|
||||
Approach* app = (Approach*) proc;
|
||||
if (!app->route(iaf, r)) {
|
||||
SG_LOG(SG_NASAL, SG_WARN, "procedure.route failed for Approach somehow");
|
||||
return naNil();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue