suppression dump

This commit is contained in:
root
2020-06-11 11:52:19 +02:00
parent c948be02cc
commit 80227e7416

View File

@@ -77,7 +77,6 @@ class CropController extends AbstractController
// Cacul de la largeur
protected function getWidth($image) {
dump($image);
$size = getimagesize($image);
$width = $size[0];
return $width;