mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
configpanels: remove debug message because it floods the regenconf logs
This commit is contained in:
parent
cb5aa7006a
commit
f6cd35d94b
1 changed files with 0 additions and 1 deletions
|
@ -533,7 +533,6 @@ class ConfigPanel:
|
||||||
|
|
||||||
def _hydrate(self):
|
def _hydrate(self):
|
||||||
# Hydrating config panel with current value
|
# Hydrating config panel with current value
|
||||||
logger.debug("Hydrating config with current values")
|
|
||||||
for _, _, option in self._iterate():
|
for _, _, option in self._iterate():
|
||||||
if option["id"] not in self.values:
|
if option["id"] not in self.values:
|
||||||
allowed_empty_types = ["alert", "display_text", "markdown", "file"]
|
allowed_empty_types = ["alert", "display_text", "markdown", "file"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue