diff options
Diffstat (limited to 'klippy/serialhdl.py')
-rw-r--r-- | klippy/serialhdl.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/klippy/serialhdl.py b/klippy/serialhdl.py index 0aa477c5..1751a226 100644 --- a/klippy/serialhdl.py +++ b/klippy/serialhdl.py @@ -31,7 +31,6 @@ class SerialReader: # Message handlers handlers = { '#unknown': self.handle_unknown, '#output': self.handle_output, - 'shutdown': self.handle_output, 'is_shutdown': self.handle_output } self.handlers = { (k, None): v for k, v in handlers.items() } def _bg_thread(self): |