diff --git a/contrib/HighOrderMeshOptimizer/OptHomRun.cpp b/contrib/HighOrderMeshOptimizer/OptHomRun.cpp
index cab609a165e0b8c150a8e9ad79cac67ed561df63..57f09d9e2385214e9d0b02a01195fb442a237b5b 100644
--- a/contrib/HighOrderMeshOptimizer/OptHomRun.cpp
+++ b/contrib/HighOrderMeshOptimizer/OptHomRun.cpp
@@ -230,8 +230,6 @@ static bool testTriSphereIntersect(SPoint3 A, SPoint3 B, SPoint3 C,
 }
 
 // Approximate test of intersection element with circle/sphere by sampling
-// This function takes 99% of the CPU !!
-
 static bool testElInDist(const SPoint3 p, double limDist, MElement *el)
 {
   const double limDistSq = limDist*limDist;