Remove debug

This commit is contained in:
Andy Cedilnik 2002-09-29 22:10:45 -04:00
parent aad36568ea
commit d789b13502
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}