Skip to content

Commit

Permalink
Removing a debug print
Browse files Browse the repository at this point in the history
It actually caused the Czech system to crash due to unhandled unicode
characters
  • Loading branch information
tuetschek committed Jun 23, 2016
1 parent 0fbea64 commit 72fd963
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions alex/components/hub/dm.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def process_pending_commands(self):
self.dm.end_dialogue()

self.commands.send(Command("flushed()", 'DM', 'HUB'))

return False

if command.parsed['__name__'] == 'prepare_new_dialogue':
Expand Down Expand Up @@ -205,8 +205,6 @@ def epilogue(self):
:return the name of the activity or None
"""

self.cfg['Logging']['system_logger'].info("FQ IS " + str(self.cfg['DM']['epilogue'].get('final_question')))
if self.cfg['DM']['epilogue']['final_question']:
self.epilogue_final_question()
return 'final_question'
Expand Down

0 comments on commit 72fd963

Please sign in to comment.