summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
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 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;
}