]> _ Git - cubist_util.git/commitdiff
#7704
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Aug 2025 15:26:45 +0000 (17:26 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Aug 2025 15:26:45 +0000 (17:26 +0200)
src/CommandLine/Poppler.php

index 5c411e7d5d72057b40ef9e840ca3bd08b662874c..768a9a701b66b98cb39e56741cd0e04a9f285ebc 100644 (file)
@@ -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);
     }
 
     /**