From 7c70f03b5e88eea34b40eb74e125502e72896e87 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 933093e..31694d9 100644 --- a/pdf.c +++ b/pdf.c @@ -1582,8 +1582,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