]> _ Git - cubist_util.git/commitdiff
wip #6300
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 28 Sep 2023 07:02:14 +0000 (09:02 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 28 Sep 2023 07:02:14 +0000 (09:02 +0200)
src/CommandLine/Imagemagick.php

index 4096229e1d9a6291e168e4213f436d6a30b8a787..7fc45f8a706ef4d5909e5e05fadb6c68a255670e 100644 (file)
@@ -144,7 +144,6 @@ class Imagemagick extends CommandLine
         $cl->setManualArg('-brightness-contrast ' . $brightness . 'x' . $contrast);
         $cl->setArg(null, $dest);
         $cl->execute();
-        $cl->debug();
     }
 
 }