let's not spam the console output too much
This commit is contained in:
parent
bef233a854
commit
e4c12b7349
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue