Browse Source

Remove debug

Andy Cedilnik 23 years ago
parent
commit
d789b13502
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmSystemTools.cxx

+ 0 - 1
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;
  
 }