conf: remove debug logging

This commit is contained in:
Daniel Eklöf 2019-07-21 17:51:02 +02:00
parent 64135ae365
commit 2c1c49e499
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -269,8 +269,6 @@ parse_config_file(FILE *f, struct config *conf, const char *path)
char *key = strtok(line, "=");
char *value = strtok(NULL, "\n");
LOG_INFO("key = %s, value = %s", key, value);
/* Strip trailing whitespace from key (leading stripped earlier) */
{
assert(!isspace(*key));