diff --git a/spacy/syntax/parser.pyx b/spacy/syntax/parser.pyx index 22f37127a..41baa0505 100644 --- a/spacy/syntax/parser.pyx +++ b/spacy/syntax/parser.pyx @@ -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)