summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-30 02:10:45 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-30 02:10:45 (GMT)
commitd789b135026cb8acda06cf8e624903629dc00c95 (patch)
treea5833babefe3cd897b70e08c212cee17cb0a4bf9
parentaad36568ea85acc1305e1f3cad2b5e307d25472d (diff)
downloadCMake-d789b135026cb8acda06cf8e624903629dc00c95.zip
CMake-d789b135026cb8acda06cf8e624903629dc00c95.tar.gz
CMake-d789b135026cb8acda06cf8e624903629dc00c95.tar.bz2
Remove debug
-rw-r--r--Source/cmSystemTools.cxx1
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;
}