mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +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 = <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)
|
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
|
self.n_moves += 1
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user