mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -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.
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue