Просмотр исходного кода

Remove debug statements

Oops.

Contributes to issue CURA-844.
Ghostkeeper 8 лет назад
Родитель
Сommit
7d57e90260
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py

+ 0 - 2
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.