mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Remove print statement
This commit is contained in:
parent
dcd8d89aef
commit
f43d53f2c5
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user