configpanels: remove debug message because it floods the regenconf logs

This commit is contained in:
Alexandre Aubin 2022-08-03 15:03:09 +02:00 committed by GitHub
parent cb5aa7006a
commit f6cd35d94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -533,7 +533,6 @@ class ConfigPanel:
def _hydrate(self):
# Hydrating config panel with current value
logger.debug("Hydrating config with current values")
for _, _, option in self._iterate():
if option["id"] not in self.values:
allowed_empty_types = ["alert", "display_text", "markdown", "file"]