1
0
Fork 0

Remove a warning, let Nasal itself warn if needed.

This commit is contained in:
James Turner 2015-01-10 19:35:50 +00:00
parent e7d4e28f44
commit e9849ecae9

View file

@ -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();
}