From 74203a68964997354bf524278f7b17e90999d416 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 6 Sep 2019 16:01:54 +0200 Subject: [PATCH] Fix phpcs --- test/phpunit/LesscTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/phpunit/LesscTest.php b/test/phpunit/LesscTest.php index 634b362a7b2..70ed161c260 100644 --- a/test/phpunit/LesscTest.php +++ b/test/phpunit/LesscTest.php @@ -159,7 +159,6 @@ class LesscTest extends PHPUnit\Framework\TestCase //print '
'.$contentforlessc.'
'; $result = $lesscobj->compile($contentforlessc); //var_dump($contentforlessc); exit; - } catch (exception $e) { //echo "failed to compile lessc"; dol_syslog("Failed to compile the CSS with lessc: ".$e->getMessage(), LOG_WARNING);