diff options
Diffstat (limited to 'klippy/mcu.py')
-rw-r--r-- | klippy/mcu.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/klippy/mcu.py b/klippy/mcu.py index c00db3c7..8fcd3918 100644 --- a/klippy/mcu.py +++ b/klippy/mcu.py @@ -424,7 +424,6 @@ class MCU: self._emergency_stop_cmd = None self._is_shutdown = self._is_timeout = False self._shutdown_msg = "" - printer.set_rollover_info(self._name, None) # Config building pins.get_printer_pins(printer).register_chip(self._name, self) self._oid_count = 0 @@ -559,7 +558,6 @@ class MCU: self._check_restart("CRC mismatch") raise error("MCU '%s' CRC does not match config" % (self._name,)) move_count = config_params['move_count'] - logging.info("Configured MCU '%s' (%d moves)", self._name, move_count) msgparser = self._serial.msgparser info = [ "Configured MCU '%s' (%d moves)" % (self._name, move_count), |