diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-30 02:10:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-30 02:10:45 (GMT) |
commit | d789b135026cb8acda06cf8e624903629dc00c95 (patch) | |
tree | a5833babefe3cd897b70e08c212cee17cb0a4bf9 | |
parent | aad36568ea85acc1305e1f3cad2b5e307d25472d (diff) | |
download | CMake-d789b135026cb8acda06cf8e624903629dc00c95.zip CMake-d789b135026cb8acda06cf8e624903629dc00c95.tar.gz CMake-d789b135026cb8acda06cf8e624903629dc00c95.tar.bz2 |
Remove debug
-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 1cae26b..852c7e7 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -1465,7 +1465,6 @@ bool WindowsRunCommand(const char* command, const char* dir, CloseHandle(read_stdout); CloseHandle(write_stdin); retVal = exit; - std::cerr << std::endl << "End of WindowsRunCommand(" << command << ")" << std::endl << std::flush; return true; } |