From 4f583aadc20405077dfe0fc31ba2bef419c2d5cc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 11 Sep 2019 01:49:18 +0100 Subject: [PATCH] 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. --- src/yunohost/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/yunohost/settings.py b/src/yunohost/settings.py index c52752fcc..2fc6915f3 100644 --- a/src/yunohost/settings.py +++ b/src/yunohost/settings.py @@ -147,8 +147,6 @@ def settings_set(key, value): settings[key]["value"] = value _save_settings(settings) - # TODO : whatdo if the old value is the same as - # the new value... try: trigger_post_change_hook(key, old_value, value) except Exception as e: