mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-04 04:23:58 -06:00
Remove debug statements
Oops. Contributes to issue CURA-844.
This commit is contained in:
parent
4ab7ea5c0f
commit
7d57e90260
1 changed files with 0 additions and 2 deletions
|
@ -59,9 +59,7 @@ class Profile:
|
||||||
# Parse the settings.
|
# Parse the settings.
|
||||||
self._settings = {}
|
self._settings = {}
|
||||||
if parser.has_section("settings"):
|
if parser.has_section("settings"):
|
||||||
print("---------------------- have section Settings")
|
|
||||||
for key, value in parser["settings"].items():
|
for key, value in parser["settings"].items():
|
||||||
print("----------------------", key, "=", value)
|
|
||||||
self._settings[key] = value
|
self._settings[key] = value
|
||||||
|
|
||||||
# Parse the defaults and the disabled defaults.
|
# Parse the defaults and the disabled defaults.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue