From 2e5ccdbc182e7f9f6243a62990b20efe5675723b Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Thu, 24 Sep 2009 11:09:10 -0400 Subject: Removed comment --- Source/cmCTest.cxx | 2 -- 1 file changed, 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]; -- cgit v0.12