let's not spam the console output too much

This commit is contained in:
Joeri Exelmans 2024-12-09 13:05:18 +01:00
parent bef233a854
commit e4c12b7349

View file

@ -294,7 +294,7 @@ class MatcherVF2:
g_vtx_matches += N > 0 g_vtx_matches += N > 0
num_matches += N num_matches += N
if g_vtx_matches == g_vtx_max: if g_vtx_matches == g_vtx_max:
print("EARLY STOP") # print("EARLY STOP")
break # found all matches break # found all matches
return num_matches return num_matches