diff --git a/adaptive/learner.py b/adaptive/learner.py
index b882b9b50c02cfaa0f382cb6eb3d83276ccb4904..36435241dae8de1f1a3869e7bd72c1595f235534 100644
--- a/adaptive/learner.py
+++ b/adaptive/learner.py
@@ -769,7 +769,7 @@ class Learner2D(BaseLearner):
             # Reduce to bounds
             point_new = np.clip(point_new, *zip(*self.bounds))
 
-            # Check if it is really new (also, revert to mean point optionally)
+            # Check if it is really new
             if point_exists(point_new):
                 dev[jsimplex] = 0
                 continue