summaryrefslogtreecommitdiff
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-29 22:10:45 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-29 22:10:45 -0400
commitd789b135026cb8acda06cf8e624903629dc00c95 (patch)
treea5833babefe3cd897b70e08c212cee17cb0a4bf9 /Source/cmSystemTools.cxx
parentaad36568ea85acc1305e1f3cad2b5e307d25472d (diff)
downloadcmake-d789b135026cb8acda06cf8e624903629dc00c95.tar.gz
Remove debug
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 1cae26b060..852c7e7484 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;
}