diff --git a/pdf.c b/pdf.c index 99b0dbac26e347675c50c076d4b60810e542fd46..96f6879ab1f17be22d8b6c12aff894c13ff238cf 100644 --- a/pdf.c +++ b/pdf.c @@ -1590,8 +1590,6 @@ main(int argc, char *argv[]) } infile = argv[1]; - fprintf(stderr, "Strictness %d\n", strictness); - /* mmap the input file */ fd = open(infile, O_RDONLY); if (fd == -1)