diff --git a/BasePlugin/PluginFunctions.cc b/BasePlugin/PluginFunctions.cc index 94610d7eac576aefa0d8b30e8156c6d55f0a80da..327f199e38d70efc63418706bd5f5b58f3a00388 100644 --- a/BasePlugin/PluginFunctions.cc +++ b/BasePlugin/PluginFunctions.cc @@ -1025,7 +1025,6 @@ void addSceneGraphGenerator(ACG::QtWidgets::SceneGraphWidgetGenerator* _generato QMap< std::string ,ACG::QtWidgets::SceneGraphWidgetGenerator* > getSceneGraphGeneratorList(){ - std::cerr << "PluginFunctions::getmap" << std::endl; return sceneGraphGenerators_; }