mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 19:19:08 +08:00
Remove debug statements
Oops. Contributes to issue CURA-844.
This commit is contained in:
parent
4ab7ea5c0f
commit
7d57e90260
@ -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…
x
Reference in New Issue
Block a user