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:
Luke Murphy 2019-09-11 01:49:18 +01:00
parent 25f270298f
commit 4f583aadc2
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

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