Remove commented out debuggng code

This commit is contained in:
Matthew Honnibal 2016-09-24 01:17:18 +02:00
parent 939a791a52
commit 60fdf4d5f1

View File

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