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:
David Herrmann 2013-03-15 16:15:06 +01:00
parent 1893b8b90c
commit 118935c906

View File

@ -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",