From d789b135026cb8acda06cf8e624903629dc00c95 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Sun, 29 Sep 2002 22:10:45 -0400 Subject: [PATCH] Remove debug --- Source/cmSystemTools.cxx | 1 - 1 file changed, 1 deletion(-) 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; }