ENH: remove debug that caused tests to fail

This commit is contained in:
Bill Hoffman 2007-06-02 16:15:01 -04:00
parent f1745fbb8d
commit fe1c4649ef
1 changed files with 0 additions and 2 deletions

View File

@ -289,8 +289,6 @@ bool cmCTestCoverageHandler::ShouldIDoCoverage(const char* file,
int cmCTestCoverageHandler::ProcessHandler() int cmCTestCoverageHandler::ProcessHandler()
{ {
int error = 0; int error = 0;
cmCTestLog(this->CTest, ERROR_MESSAGE,
"ProcessHandler cmCTestCoverageHandler " << std::endl);
// do we have time for this // do we have time for this
if (this->CTest->GetRemainingTimeAllowed() < 120) if (this->CTest->GetRemainingTimeAllowed() < 120)
{ {