From d16c7a84a929379b34d70c9fbc2a884b0592370e Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Tue, 19 Mar 2024 11:37:04 +0100 Subject: [PATCH] Remove documenting comment in middle of function CURA-11475 --- cura/Settings/SettingInheritanceManager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cura/Settings/SettingInheritanceManager.py b/cura/Settings/SettingInheritanceManager.py index 4455b24bdb..5004c0efb5 100644 --- a/cura/Settings/SettingInheritanceManager.py +++ b/cura/Settings/SettingInheritanceManager.py @@ -227,7 +227,6 @@ class SettingInheritanceManager(QObject): return False has_user_state = stack.getProperty(key, "state") == InstanceState.User - """Check if the setting has a user state. If not, it is never overwritten.""" if not has_user_state: return False