diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 1cae26b06..852c7e748 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; }