diff options
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 8d677a2..9893b64 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -1040,7 +1040,6 @@ bool cmSystemTools::RunCommand(const char* command, retVal = pclose(cpipe); retVal = WEXITSTATUS(retVal); - std::cout << "*** cmSystemTools: return value from " << command << " is "<< retVal << "\n"; return true; #endif } |