Преглед изворни кода

let's not spam the console output too much

Joeri Exelmans пре 1 година
родитељ
комит
e4c12b7349
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      transformation/vf2.py

+ 1 - 1
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