]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp
Feature #1711
[crea.git] / 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)))
     {