Remove debug logging of stop message context
parent
1051eef1ba
commit
5867b4fe2e
|
@ -1185,8 +1185,6 @@ class MycroftSkill:
|
|||
"""Handler for the "mycroft.stop" signal. Runs the user defined
|
||||
`stop()` method.
|
||||
"""
|
||||
self.log.info(_.context)
|
||||
|
||||
def __stop_timeout():
|
||||
# The self.stop() call took more than 100ms, assume it handled Stop
|
||||
self.bus.emit(Message('mycroft.stop.handled',
|
||||
|
|
Loading…
Reference in New Issue