mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 02:20:26 +09:00
klippy: Remove unneeded loop in run() method
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -260,7 +260,6 @@ class Printer:
|
|||||||
monotime = self.reactor.monotonic()
|
monotime = self.reactor.monotonic()
|
||||||
logging.info("Start printer at %s (%.1f %.1f)",
|
logging.info("Start printer at %s (%.1f %.1f)",
|
||||||
time.asctime(time.localtime(systime)), systime, monotime)
|
time.asctime(time.localtime(systime)), systime, monotime)
|
||||||
while 1:
|
|
||||||
# Enter main reactor loop
|
# Enter main reactor loop
|
||||||
try:
|
try:
|
||||||
self.reactor.run()
|
self.reactor.run()
|
||||||
|
|||||||
Reference in New Issue
Block a user