From: Daniel Gonzalez Date: Thu, 2 May 2013 14:22:15 +0000 (+0200) Subject: Cout Line Commented for std:ExecSystemCommand blackbox X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3f6bd67d6fa58bb778e8ac7c9b3d05e371304ec7;hp=-c;p=bbtk.git Cout Line Commented for std:ExecSystemCommand blackbox --- 3f6bd67d6fa58bb778e8ac7c9b3d05e371304ec7 diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index 182fd34..f319e37 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -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