Remove print statement

This commit is contained in:
Matthew Honnibal 2018-02-13 17:15:07 +01:00
parent dcd8d89aef
commit f43d53f2c5

View File

@ -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):