summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCTest.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index fcc3052..e319b27 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -797,8 +797,6 @@ int cmCTest::ProcessTests()
bool notest = true;
int update_count = 0;
- //cmCTestLog(this, OUTPUT, "Start processing tests" << std::endl);
-
for(Part p = PartStart; notest && p != PartCount; p = Part(p+1))
{
notest = !this->Parts[p];