message no config file found removed

This commit is contained in:
mrdotx 2022-01-31 09:01:04 +01:00
parent 28bae7e00d
commit 0e5244849d
No known key found for this signature in database
GPG Key ID: 433F70E636E6EB87
1 changed files with 0 additions and 2 deletions

View File

@ -903,8 +903,6 @@ main(int argc, char *argv[]) {
fprintf(stderr, "%s:%d: %s\n", config_error_file(&cfg),
config_error_line(&cfg), config_error_text(&cfg));
return(EXIT_FAILURE);
} else {
printf("No config file found. Use defaults.\n");
}
if (0 == strcmp(position, "center")) {