From: Vincent Vanwaelscappel Date: Thu, 28 Sep 2023 07:02:14 +0000 (+0200) Subject: wip #6300 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f598e265e8b5afd25d46b14b1d4b7b4e9194a66c;p=cubist_util.git wip #6300 --- diff --git a/src/CommandLine/Imagemagick.php b/src/CommandLine/Imagemagick.php index 4096229..7fc45f8 100644 --- a/src/CommandLine/Imagemagick.php +++ b/src/CommandLine/Imagemagick.php @@ -144,7 +144,6 @@ class Imagemagick extends CommandLine $cl->setManualArg('-brightness-contrast ' . $brightness . 'x' . $contrast); $cl->setArg(null, $dest); $cl->execute(); - $cl->debug(); } }