Remove documenting comment in middle of function

CURA-11475
This commit is contained in:
Casper Lamboo 2024-03-19 11:37:04 +01:00 committed by GitHub
parent e7fe6d07bd
commit d16c7a84a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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