ENH: Remove debug

This commit is contained in:
Andy Cedilnik 2003-08-11 09:47:06 -04:00
parent 072db6ad70
commit 5d3420fd2a
1 changed files with 0 additions and 1 deletions

View File

@ -1773,7 +1773,6 @@ void cmCTest::ProcessDirectory(std::vector<std::string> &passed,
fprintf(stderr," Passed\n");
if (output != "")
{
std::cout << "Before dart check" << std::endl;
if (dartStuff.find(output.c_str()))
{
std::string dartString = dartStuff.match(1);