From 27880dd2d1e31b1dcd7470e5b3c00fa479146698 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 16 Oct 2023 17:28:12 +0200 Subject: [PATCH] wait #6374 --- app/Fluidbook/SocialImage.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Fluidbook/SocialImage.php b/app/Fluidbook/SocialImage.php index de7e7a6c0..1729725f7 100644 --- a/app/Fluidbook/SocialImage.php +++ b/app/Fluidbook/SocialImage.php @@ -57,10 +57,6 @@ class SocialImage $cl->execute(); unlink($lock); - if (true || !file_exists($res)) { - $cl->debug(); - } - self::getSocialImageSize($fluidbook); } } -- 2.39.5