From 16d957e661c0c9871c42d6ae60d97abbb16fcf05 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 27 Feb 2024 12:30:36 +0100 Subject: [PATCH] wait #6753 --- src/SVG/SVGTools.php | 2 -- 1 file changed, 2 deletions(-) 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); } -- 2.39.5