Remove debug

This commit is contained in:
Martin Lund 2022-06-12 00:47:26 +02:00
parent 16c42bb9ae
commit b5c3193411

View file

@ -135,7 +135,6 @@ static int data_handler(void *user, const char *section, const char *name,
}
else if (!strcmp(name, "log"))
{
printf("Parsing log \n");
if (!strcmp(value, "enable"))
{
option.log = true;