klippy: remove a few unused variable assignments (#6504)
Signed-off-by: Kamil Domański <kamil@domanski.co>
This commit is contained in:
@@ -583,7 +583,6 @@ class ToolHead:
|
||||
self.step_generators.append(handler)
|
||||
def note_step_generation_scan_time(self, delay, old_delay=0.):
|
||||
self.flush_step_generation()
|
||||
cur_delay = self.kin_flush_delay
|
||||
if old_delay:
|
||||
self.kin_flush_times.pop(self.kin_flush_times.index(old_delay))
|
||||
if delay:
|
||||
|
||||
Reference in New Issue
Block a user