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)