X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMProjectActionsPanel.cpp;h=9871519ac6df89f2dc55748e51706b44cbb5f1de;hb=c548b5d02b4a51363a25862f9282341d25dff1ac;hp=676e1b2b96b38ceef2acb89db307f0e9c39ce776;hpb=03aef77bacc41f53b1d21b88e683302e7e1600c2;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp b/lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp index 676e1b2..9871519 100755 --- a/lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp +++ b/lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp @@ -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))) {