]> _ Git - fluidbook_tools.git/commitdiff
wait #6753
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 27 Feb 2024 11:30:36 +0000 (12:30 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 27 Feb 2024 11:30:36 +0000 (12:30 +0100)
src/SVG/SVGTools.php

index ec9609b5e89b09533002a70006f7a1e99317a25a..d8c619fbe931197a176f27cc548b1a1594b9398e 100644 (file)
@@ -73,8 +73,6 @@ class SVGTools
         $cmd = 'timeout -s 1 120 ' . FluidbookTools::tools_path('svgcleaner/svgcleaner', true) . ' ' . $opt . ' --allow-bigger-file --paths-coordinates-precision 3 --copy-on-error --stdout ' . $in;
         $svg = shell_exec($cmd);
 
-        Log::debug($cmd);
-
         if (!$svg) {
             $svg = file_get_contents($in);
         }