From 046f59265c4117f52caea20223a177ce51868950 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 28 Jun 2023 10:02:21 +0200 Subject: [PATCH] wait #5898 --- app/Fluidbook/SocialImage.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Fluidbook/SocialImage.php b/app/Fluidbook/SocialImage.php index d9a8f7961..5cb41d86f 100644 --- a/app/Fluidbook/SocialImage.php +++ b/app/Fluidbook/SocialImage.php @@ -53,9 +53,6 @@ class SocialImage $cl->execute(); unlink($lock); - if (!file_exists($res)) { - $cl->dd(); - } self::getSocialImageSize($fluidbook); } -- 2.39.5