diff --git a/spacy/matcher2.pyx b/spacy/matcher2.pyx index d3de94911..2ec32a5e8 100644 --- a/spacy/matcher2.pyx +++ b/spacy/matcher2.pyx @@ -82,7 +82,6 @@ cdef struct MatchC: cdef find_matches(TokenPatternC** patterns, int n, Doc doc): - print("N patterns: ", n) cdef vector[PatternStateC] init_states cdef ActionC null_action = ActionC(-1, -1, -1, -1) for i in range(n):