mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-30 18:15:59 +08:00
Remove documenting comment in middle of function
CURA-11475
This commit is contained in:
parent
e7fe6d07bd
commit
d16c7a84a9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user