mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-18 04:08:04 -06:00
klippy: remove a few unused variable assignments (#6504)
Signed-off-by: Kamil Domański <kamil@domanski.co>
This commit is contained in:
parent
b029d04668
commit
01c7befacb
9 changed files with 1 additions and 9 deletions
|
@ -45,7 +45,7 @@ class IdleTimeout:
|
|||
self.state = "Printing"
|
||||
try:
|
||||
script = self.idle_gcode.render()
|
||||
res = self.gcode.run_script(script)
|
||||
self.gcode.run_script(script)
|
||||
except:
|
||||
logging.exception("idle timeout gcode execution")
|
||||
self.state = "Ready"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue