From: Vincent Vanwaelscappel Date: Tue, 27 Feb 2024 11:30:36 +0000 (+0100) Subject: wait #6753 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=16d957e661c0c9871c42d6ae60d97abbb16fcf05;p=fluidbook_tools.git wait #6753 --- diff --git a/src/SVG/SVGTools.php b/src/SVG/SVGTools.php index ec9609b..d8c619f 100644 --- a/src/SVG/SVGTools.php +++ b/src/SVG/SVGTools.php @@ -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); }