mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
config: remove debug logging
This commit is contained in:
parent
cf4324e6c6
commit
31f536ff8c
1 changed files with 0 additions and 2 deletions
2
config.c
2
config.c
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue