From 5f12ff404d47ba263390c1049ca8b470d358dcc5 Mon Sep 17 00:00:00 2001 From: "plvines (corpora)" <paul.vines@baesystems.com> Date: Sat, 15 Feb 2020 20:47:44 +0000 Subject: [PATCH] Removed strictness log statement --- pdf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdf.c b/pdf.c index 99b0dba..96f6879 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) -- GitLab