]> git.mxchange.org Git - flightgear.git/commitdiff
Remove a warning, let Nasal itself warn if needed.
authorJames Turner <zakalawe@mac.com>
Sat, 10 Jan 2015 19:35:50 +0000 (19:35 +0000)
committerJames Turner <zakalawe@mac.com>
Sat, 10 Jan 2015 19:35:50 +0000 (19:35 +0000)
src/Scripting/NasalPositioned.cxx

index 4b2af7f77be8c048f85a9435e87fc499768899af..b642d3def55bd69e23841d17381abaf8c3cd4877 100644 (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();
     }