]> Creatis software - clitk.git/commitdiff
remove verbose
authordsarrut <dsarrut>
Tue, 15 Feb 2011 11:33:00 +0000 (11:33 +0000)
committerdsarrut <dsarrut>
Tue, 15 Feb 2011 11:33:00 +0000 (11:33 +0000)
vv/vvToolManager.cxx

index 13b0a4a4f1402d6f47874fb84be5330ac6eeff45..62cda4ae7477c1da0a83a9e8e6844a297d75be2d 100644 (file)
@@ -40,7 +40,7 @@ vvToolManager * vvToolManager::GetInstance()
 //------------------------------------------------------------------------------
 void vvToolManager::AddTool(vvToolCreatorBase * v)
 {
-  std::cout << "Adding the tool <" << v->mToolName.toStdString() << ">." << std::endl;
+  //std::cout << "Adding the tool <" << v->mToolName.toStdString() << ">." << std::endl;
   GetInstance()->mListOfTools.push_back(v);
 }
 //------------------------------------------------------------------------------