1
0
Fork 0

Remove log warning from geodinfo(), it's too noisy

This commit is contained in:
Automatic Release Builder 2020-09-30 14:40:01 +01:00 committed by James Turner
parent c7b90a05d7
commit 4c48faf2c7

View file

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