mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Remove print statement
This commit is contained in:
parent
c76cb8af35
commit
45464d065e
|
@ -108,6 +108,5 @@ cdef class TransitionSystem:
|
|||
self.c = <Transition*>self.mem.realloc(self.c, self._size * sizeof(self.c[0]))
|
||||
|
||||
self.c[self.n_moves] = self.init_transition(self.n_moves, action, label)
|
||||
print("Add action", action, self.strings[label], self.n_moves)
|
||||
self.n_moves += 1
|
||||
return 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user