From 1562ec040c320e0eaeb637c638746b40a1d8038f Mon Sep 17 00:00:00 2001
From: Pompolic <pompolic@special-circumstanc.es>
Date: Fri, 17 Dec 2021 18:09:51 +0100
Subject: [PATCH] Remove debug output

---
 pdf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pdf.c b/pdf.c
index 88e3456..0569ac8 100644
--- a/pdf.c
+++ b/pdf.c
@@ -2786,7 +2786,6 @@ lookup_xref(struct Env *aux, size_t nr, size_t gen)
 
 			if( nr >= base && nr - base < n && check_null_object(ss->seq->elements[1]->seq->elements[nr-base]))
 			{
-				fprintf(stderr, "XRef in section %ld subsection %ld id %ld is null.\n", i, j, nr-base); //DEBUG
 				/* xref type was invalid during parsing */
 				return NULL;
 			}
-- 
GitLab