diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-03-15 16:15:06 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-11-03 12:19:56 +0100 |
commit | 118935c9068bd70b2ecd834922264069272857c3 (patch) | |
tree | a56aaec83d6c9455e3ae2b26a3a57e7a39565fd6 /src | |
parent | 1893b8b90ca78e0bd823abb2484908afd038f485 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/genunifont.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/genunifont.c b/src/genunifont.c index f98640e..ca464ea 100644 --- a/src/genunifont.c +++ b/src/genunifont.c @@ -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", |