Andy Cedilnik 22 лет назад
Родитель
Сommit
5d3420fd2a
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      Source/cmCTest.cxx

+ 0 - 1
Source/cmCTest.cxx

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