From 19ace8f0f94f3752c6a0b7dafb364a62a9feba6c Mon Sep 17 00:00:00 2001 From: James Turner Date: Sun, 6 Sep 2020 14:48:17 +0100 Subject: [PATCH] Silence an alert message --- simgear/scene/tgdb/pt_lights.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/simgear/scene/tgdb/pt_lights.cxx b/simgear/scene/tgdb/pt_lights.cxx index b0c9ddf6..16279d2f 100644 --- a/simgear/scene/tgdb/pt_lights.cxx +++ b/simgear/scene/tgdb/pt_lights.cxx @@ -283,7 +283,6 @@ SGLightFactory::getLights(const SGDirectionalLightBin& lights) static SGSceneFeatures* sceneFeatures = SGSceneFeatures::instance(); bool useTriangles = sceneFeatures->getEnableTriangleDirectionalLights(); - SG_LOG(SG_TERRAIN, SG_ALERT, "using triangles for lights " << useTriangles); osg::DrawArrays* drawArrays; if (useTriangles)