diff --git a/transformation/vf2.py b/transformation/vf2.py index e7d0ac6..796a314 100644 --- a/transformation/vf2.py +++ b/transformation/vf2.py @@ -294,7 +294,7 @@ class MatcherVF2: g_vtx_matches += N > 0 num_matches += N if g_vtx_matches == g_vtx_max: - print("EARLY STOP") + # print("EARLY STOP") break # found all matches return num_matches