]> BookStack Code Mirror - bookstack/blobdiff - app/Repos/ImageRepo.php
Merge branch 'master' into update_japanese_translation
[bookstack] / app / Repos / ImageRepo.php
index ec2fda1d36fd443e09bbe50264f55d39b9bec700..245c0f27b35e5c8a8af852f7b4c5092300b8dd8b 100644 (file)
@@ -225,7 +225,6 @@ class ImageRepo
         try {
             return $this->imageService->getThumbnail($image, $width, $height, $keepRatio);
         } catch (\Exception $exception) {
-            dd($exception);
             return null;
         }
     }