From 2e5ccdbc182e7f9f6243a62990b20efe5675723b Mon Sep 17 00:00:00 2001 From: Zach Mullen <zach.mullen@kitware.com> Date: Thu, 24 Sep 2009 11:09:10 -0400 Subject: [PATCH] Removed comment --- Source/cmCTest.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index fcc30528e9..e319b2754e 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]; -- GitLab