瀏覽代碼

ERR: Remove debug

Andy Cedilnik 22 年之前
父節點
當前提交
7e4dce08ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmCTest.cxx

+ 1 - 1
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);