Skip to content

Commit 7d6c523

Browse files
committed
Remove unreachable message forward from core to GUI bus
1 parent f11ddb7 commit 7d6c523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovos_gui/namespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def _define_message_handlers(self):
499499
self.core_bus.on("recognizer_loop:audio_output_end",
500500
self.forward_to_gui)
501501
self.core_bus.on("mycroft.ready", self.forward_to_gui)
502-
self.core_bus.on("mycroft.gui.port", self.forward_to_gui)
502+
# self.core_bus.on("mycroft.gui.port", self.forward_to_gui)
503503

504504
self.core_bus.on("gui.clear.namespace", self.handle_clear_namespace)
505505
self.core_bus.on("gui.event.send", self.handle_send_event)

0 commit comments

Comments
 (0)