From 3f6bd67d6fa58bb778e8ac7c9b3d05e371304ec7 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Thu, 2 May 2013 16:22:15 +0200 Subject: [PATCH] Cout Line Commented for std:ExecSystemCommand blackbox --- packages/std/src/bbstdExecSystemCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.0