ENH: Remove debug
This commit is contained in:
parent
072db6ad70
commit
5d3420fd2a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue