summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-11 13:47:06 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-11 13:47:06 (GMT)
commit5d3420fd2af95eae45c5032067e86c50755ccd65 (patch)
tree252ef46fa6ecb4b6a3584b067505c4073c5aac59 /Source/cmCTest.cxx
parent072db6ad70cc7a204adb09ab5979c4ef272f67e8 (diff)
downloadCMake-5d3420fd2af95eae45c5032067e86c50755ccd65.zip
CMake-5d3420fd2af95eae45c5032067e86c50755ccd65.tar.gz
CMake-5d3420fd2af95eae45c5032067e86c50755ccd65.tar.bz2
ENH: Remove debug
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index ef9144a..5f90ff8 100644
--- a/Source/cmCTest.cxx
+++ b/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);