From: Vincent Vanwaelscappel Date: Wed, 27 Aug 2025 15:26:45 +0000 (+0200) Subject: #7704 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f9af80cee82961e551d033f4c73fb2d82dc8091a;p=cubist_util.git #7704 --- diff --git a/src/CommandLine/Poppler.php b/src/CommandLine/Poppler.php index 5c411e7..768a9a7 100644 --- a/src/CommandLine/Poppler.php +++ b/src/CommandLine/Poppler.php @@ -122,9 +122,7 @@ class Poppler $options = static::_normalizeExtractAreaOptions($options); $f = Files::hashFileAttributes($file) . '||' . '++' . json_encode($rect) . '**' . json_encode($options) . '||' . $page . '!!'; - $hash = hash('sha256', $f); - error_log($f . ' => ' . $hash . ' (' . $file . ')'); - return $hash; + return hash('sha256', $f); } /**