]> Creatis software - bbtk.git/commitdiff
Cout Line Commented for std:ExecSystemCommand blackbox
authorDaniel Gonzalez <daniel.gonzalez@creatis.insa-lyon.fr>
Thu, 2 May 2013 14:22:15 +0000 (16:22 +0200)
committerDaniel Gonzalez <daniel.gonzalez@creatis.insa-lyon.fr>
Thu, 2 May 2013 14:22:15 +0000 (16:22 +0200)
packages/std/src/bbstdExecSystemCommand.cxx

index 182fd342426885dac9607765af8938c679109317..f319e374d8ec036d1c03ae7bf91efedb7e175f3e 100755 (executable)
@@ -84,7 +84,7 @@ namespace bbstd
          
          result = system ( ccommand.c_str() );
          
-         std::cout << "DFGO - ExecSystemCommand::DoProcess result=" << result << std::endl;
+         //std::cout << "DFGO - ExecSystemCommand::DoProcess result=" << result << std::endl;
          
          //DFGO - if return code is different than 0 result is equal 1