From 5ef60d690a1a7d2fea2543f41e70fcd2b022228c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 14:30:30 +0200 Subject: [PATCH] #7556 --- src/PDFTools.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PDFTools.php b/src/PDFTools.php index 5853ab8..a855be5 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -608,8 +608,6 @@ class PDFTools if (!file_exists($dir . 'p1.md')) { throw new \Exception('An error occured during docling process : ' . $docling->getOutput() . ' // ' . $docling->getCommand()); } - - $docling->debug(); } public static function extractHighlightsData($pdf, $out, $mode = 'standard', $ignoreSeparators = '') -- 2.39.5