Remove log warning from geodinfo(), it's too noisy
This commit is contained in:
parent
c7b90a05d7
commit
4c48faf2c7
1 changed files with 0 additions and 1 deletions
|
@ -659,7 +659,6 @@ static naRef f_geodinfo(naContext c, naRef me, int argc, naRef* args)
|
|||
return naNil();
|
||||
|
||||
if(!scenery->get_elevation_m(geod, elev, &material)) {
|
||||
SG_LOG(SG_TERRAIN, SG_DEV_WARN, "Nasal geodinfo() querying location with no loaded tiles:" << geod);
|
||||
return naNil();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue