Remove these two logging messages
They aren't serving a good purpose.
This commit is contained in:
parent
2762933c83
commit
c9b86271d3
1 changed files with 0 additions and 2 deletions
|
@ -69,11 +69,9 @@ class EventHandler(tcod.event.EventDispatch[Action]):
|
|||
LOG.debug('Performed action success=%s done=%s alternate=%s', result.success, result.done, result.alternate)
|
||||
|
||||
if result.success:
|
||||
LOG.info('Action succeded!')
|
||||
break
|
||||
|
||||
if result.done:
|
||||
LOG.info('Action failed!')
|
||||
break
|
||||
|
||||
return result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue