Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2016-11-21 13:21:20 +0300
committerJaime van Kessel <nallath@gmail.com>2016-11-21 13:21:20 +0300
commit1a2138de5ab3d074465571872a4a1d68f189dde8 (patch)
treeb2e1028e28ad22f7ed4fac36a5f97df2be704afb /plugins/VersionUpgrade/VersionUpgrade21to22
parent9057174691d0df8b9cb0c7b1242a46cebfd82360 (diff)
Moved warning to VersionUpgradeManager
CURA-2883
Diffstat (limited to 'plugins/VersionUpgrade/VersionUpgrade21to22')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py1
1 files changed, 0 insertions, 1 deletions
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)