mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
klippy: Remove unneeded loop in run() method
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
32b763efb1
commit
d1da6100a6
@ -260,7 +260,6 @@ class Printer:
|
||||
monotime = self.reactor.monotonic()
|
||||
logging.info("Start printer at %s (%.1f %.1f)",
|
||||
time.asctime(time.localtime(systime)), systime, monotime)
|
||||
while 1:
|
||||
# Enter main reactor loop
|
||||
try:
|
||||
self.reactor.run()
|
||||
|
Loading…
x
Reference in New Issue
Block a user