mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
conf: remove debug logging
This commit is contained in:
parent
64135ae365
commit
2c1c49e499
1 changed files with 0 additions and 2 deletions
2
config.c
2
config.c
|
|
@ -269,8 +269,6 @@ parse_config_file(FILE *f, struct config *conf, const char *path)
|
||||||
char *key = strtok(line, "=");
|
char *key = strtok(line, "=");
|
||||||
char *value = strtok(NULL, "\n");
|
char *value = strtok(NULL, "\n");
|
||||||
|
|
||||||
LOG_INFO("key = %s, value = %s", key, value);
|
|
||||||
|
|
||||||
/* Strip trailing whitespace from key (leading stripped earlier) */
|
/* Strip trailing whitespace from key (leading stripped earlier) */
|
||||||
{
|
{
|
||||||
assert(!isspace(*key));
|
assert(!isspace(*key));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue