diff --git a/mesh_looptools.py b/mesh_looptools.py
index 06a1cc4dda05e2a7ebf520b77d086d05bd3abb20..49a26c48080c79a5f1adb766680338143c5d2def 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -2815,7 +2815,7 @@ def gstretch_match_loops_strokes(loops, strokes, object, bm_mod):
 
     # calculate loop centers
     loop_centers = []
-    bm_mod.verts.ensure_lookup_table() # to work in 2.73 
+    bm_mod.verts.ensure_lookup_table()
     for loop in loops:
         center = mathutils.Vector()
         for v_index in loop[0]: