From 72fd963c16e00adea6b8fb6c45441b33fc725f3c Mon Sep 17 00:00:00 2001 From: Ondrej Dusek Date: Thu, 23 Jun 2016 14:25:04 +0200 Subject: [PATCH] Removing a debug print It actually caused the Czech system to crash due to unhandled unicode characters --- alex/components/hub/dm.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/alex/components/hub/dm.py b/alex/components/hub/dm.py index 24501897..1761494d 100644 --- a/alex/components/hub/dm.py +++ b/alex/components/hub/dm.py @@ -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': @@ -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'