Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
remove print statement used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisveilleux committed Jul 9, 2021
1 parent 6fd97b4 commit 8f41d17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integrationtests/voight_kampff/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ def wait_for_dialog_match(bus, dialogs, timeout=DEFAULT_TIMEOUT):
for message in bus.get_messages('speak'):
speak_messages.append(message)
dialog = message.data.get('meta', {}).get('dialog')
print('dialog: ', dialog,
'\tutterance: ', message.data['utterance'])
if dialog in dialogs:
wait_while_speaking()
match_found = True
Expand Down

0 comments on commit 8f41d17

Please sign in to comment.