config: remove debug logging

This commit is contained in:
Daniel Eklöf 2025-02-03 09:31:34 +01:00
parent cf4324e6c6
commit 31f536ff8c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -3570,8 +3570,6 @@ config_override_apply(struct config *conf, config_override_t *overrides,
continue;
}
LOG_ERR("section-name=%s", section_name);
char *maybe_section_suffix = NULL;
enum section section = str_to_section(section_name, &maybe_section_suffix);