diff --git a/modules/softwareintegration/softwareintegrationmodule.cpp b/modules/softwareintegration/softwareintegrationmodule.cpp index d4833658dd..e251eaa7dc 100644 --- a/modules/softwareintegration/softwareintegrationmodule.cpp +++ b/modules/softwareintegration/softwareintegrationmodule.cpp @@ -396,10 +396,6 @@ namespace openspace { counter++; } - const Renderable* myrenderable = renderable(identifier); - - properties::Property* colorProperty = myrenderable->property("Color"); - LERROR(fmt::format("Identifier: {}", identifier)); LERROR(fmt::format("Color: {}", value));