]> Creatis software - crea.git/commitdiff
Merge remote-tracking branch 'origin/creaDevManager' into creaDevManager
authorDaniel Gonzalez <daniel.gonzalez@creatis.insa-lyon.fr>
Thu, 31 Jan 2013 15:55:32 +0000 (16:55 +0100)
committerDaniel Gonzalez <daniel.gonzalez@creatis.insa-lyon.fr>
Thu, 31 Jan 2013 15:55:32 +0000 (16:55 +0100)
lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp

index 676e1b2b96b38ceef2acb89db307f0e9c39ce776..9871519ac6df89f2dc55748e51706b44cbb5f1de 100755 (executable)
@@ -170,8 +170,6 @@ void wxCDMProjectActionsPanel::OnBtnConnectProject(wxCommandEvent& event)
     wxT("Please select the folder containing the bbtkPackage file you want to use. Usually it is where you built your project."),
     crea::std2wx(this->project->GetBuildPath())
   );
-  std::cout << crea::wx2std(file) << std::endl;
-  std::cout.flush();
 
   if(crea::wx2std(file) == "" || !this->project->Connect(result, crea::wx2std(file)))
     {