File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,6 @@ def wait_for_n_messages(n):
78
78
"ovos.common_play.search.end" ,
79
79
# no good results
80
80
"ovos.common_play.reset" ,
81
-
82
- # TODO - this is now matching ??
83
- # "add_context",
84
- # "ovos.common_play.play",
85
- # "ovos.common_play.search.populate",
86
81
"speak" , # error,
87
82
"ovos.utterance.handled" # handle_utterance returned (intent service)
88
83
]
@@ -151,8 +146,6 @@ def wait_for_n_messages(n):
151
146
"ovos.common_play.search.end" ,
152
147
"ovos.common_play.reset" ,
153
148
154
- # TODO - it is matching here now?
155
-
156
149
"speak" , # nothing to play
157
150
"ovos.utterance.handled" # handle_utterance returned (intent service)
158
151
]
@@ -366,8 +359,6 @@ def wait_for_n_messages(n):
366
359
# no good results
367
360
"ovos.common_play.reset" ,
368
361
369
- # TODO - it is matching here now?
370
-
371
362
"speak" , # error
372
363
"ovos.utterance.handled" # handle_utterance returned (intent service)
373
364
]
You can’t perform that action at this time.
0 commit comments