From 805c513034d592cfca30c8a078702a2e423c9371 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Tue, 2 Aug 2016 16:23:33 +0200 Subject: [PATCH] Code cleanup CURA-2019 --- DiscoverUM3Action.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/DiscoverUM3Action.qml b/DiscoverUM3Action.qml index 624b36b9bd..d7992a1f5f 100644 --- a/DiscoverUM3Action.qml +++ b/DiscoverUM3Action.qml @@ -30,9 +30,6 @@ Cura.MachineAction connectingToPrinter = printerKey; manager.setKey(printerKey); completed(); - } else { - // reset, so we can connect to the same printer again if needed - connectingToPrinter = null; } } }