Commit 6a2329d683d98f78f36d1b6075557540cb5d6653

Authored by Benjamin Renard
1 parent 93809512

Remove debug log

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/ParamGetImpl/ConstantInterface/AMDAPlugin.cc
... ... @@ -54,7 +54,6 @@ extern "C" void registerPlugin(AMDA::Plugins::PluginManager & /*pm*/)
54 54 ServicesServer *servicesServer = ServicesServer::getInstance();
55 55 servicesServer->addParamGetFactory("CONSTANT", fact);
56 56 XMLParameterConfigurator* lXMLConf = dynamic_cast<XMLParameterConfigurator*>(servicesServer->getConfigurator().get());
57   -std::cout << "BRE - COUCOU" << std::endl;
58 57 lXMLConf->addNodeParser("param/get/constant",AMDA::XMLConfigurator::NodeCfgSPtr(new AMDA::XMLParameterConfigurator::GetConstantNode));
59 58 }
60 59  
... ...