mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
Remove commented out debuggng code
This commit is contained in:
parent
939a791a52
commit
60fdf4d5f1
|
@ -177,9 +177,6 @@ cdef class Parser:
|
|||
|
||||
action = self.moves.c[guess]
|
||||
if not eg.is_valid[guess]:
|
||||
# with gil:
|
||||
# move_name = self.moves.move_name(action.move, action.label)
|
||||
# print 'invalid action:', move_name
|
||||
return 1
|
||||
|
||||
action.do(state, action.label)
|
||||
|
|
Loading…
Reference in New Issue
Block a user