From 1a2138de5ab3d074465571872a4a1d68f189dde8 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 21 Nov 2016 11:21:20 +0100 Subject: [PATCH] Moved warning to VersionUpgradeManager CURA-2883 --- plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py b/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py index e55a89faf3..8be5a63151 100644 --- a/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py +++ b/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py @@ -81,7 +81,6 @@ class Profile: import VersionUpgrade21to22 # Import here to prevent circular dependencies. if self._name == "Current settings": - Logger.log("w", "Unable to upgrade this profile. Skipping it.") return None, None #Can't upgrade these, because the new current profile needs to specify the definition ID and the old file only had the machine instance, not the definition. config = configparser.ConfigParser(interpolation = None)