genunifont: remove useless status message
No reason to clutter build output with this debug message. Drop it. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
1893b8b90c
commit
118935c906
@ -237,7 +237,6 @@ int main(int argc, char **argv)
|
||||
goto err_out;
|
||||
}
|
||||
|
||||
fprintf(stderr, "genunifont: parsing input %s\n", argv[2]);
|
||||
in = fopen(argv[2], "rb");
|
||||
if (!in) {
|
||||
fprintf(stderr, "genunifont: cannot open %s: %m\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user