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:
authorGhostkeeper <rubend@tutanota.com>2016-09-29 14:24:15 +0300
committerGhostkeeper <rubend@tutanota.com>2016-09-29 14:24:15 +0300
commit7d57e90260780cc42978874034dc7b8aa3152626 (patch)
tree37c9e9ded8a5165b39f4093f3076891e16ac8905 /plugins/VersionUpgrade/VersionUpgrade21to22
parent4ab7ea5c0f6025f190165ba98411859a2cb41b32 (diff)
Remove debug statements
Oops. Contributes to issue CURA-844.
Diffstat (limited to 'plugins/VersionUpgrade/VersionUpgrade21to22')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py b/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py
index 8ff6b2a5eb..e87432663d 100644
--- a/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py
+++ b/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py
@@ -59,9 +59,7 @@ class Profile:
# Parse the settings.
self._settings = {}
if parser.has_section("settings"):
- print("---------------------- have section Settings")
for key, value in parser["settings"].items():
- print("----------------------", key, "=", value)
self._settings[key] = value
# Parse the defaults and the disabled defaults.