mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove comment
This isn't an issue AFAICT, since the hooks manage this themselves already. Hence, I assume this is an old comment and out of date.
This commit is contained in:
parent
25f270298f
commit
4f583aadc2
1 changed files with 0 additions and 2 deletions
|
@ -147,8 +147,6 @@ def settings_set(key, value):
|
||||||
settings[key]["value"] = value
|
settings[key]["value"] = value
|
||||||
_save_settings(settings)
|
_save_settings(settings)
|
||||||
|
|
||||||
# TODO : whatdo if the old value is the same as
|
|
||||||
# the new value...
|
|
||||||
try:
|
try:
|
||||||
trigger_post_change_hook(key, old_value, value)
|
trigger_post_change_hook(key, old_value, value)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Add table
Reference in a new issue