summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-12-17 14:40:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-12-17 14:40:21 (GMT)
commit7e4dce08ec0922aae7d4e58d34193548a3e1a303 (patch)
tree6a971de3774adccd420e693809b98461b0b66c53 /Source
parent3a488c1896f83da9799fc28d4c2cb1c1a2c347d8 (diff)
downloadCMake-7e4dce08ec0922aae7d4e58d34193548a3e1a303.zip
CMake-7e4dce08ec0922aae7d4e58d34193548a3e1a303.tar.gz
CMake-7e4dce08ec0922aae7d4e58d34193548a3e1a303.tar.bz2
ERR: Remove debug
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 20f714b..dbaf112 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -2700,7 +2700,7 @@ int cmCTest::RunTest(std::vector<const char*> argv, std::string* output, int *re
cmsysProcess* cp = cmsysProcess_New();
cmsysProcess_SetCommand(cp, &*argv.begin());
- std::cout << "Command is: " << argv[0] << std::endl;
+ //std::cout << "Command is: " << argv[0] << std::endl;
if(cmSystemTools::GetRunCommandHideConsole())
{
cmsysProcess_SetOption(cp, cmsysProcess_Option_HideWindow, 1);