From: Michael Date: Tue, 10 May 2022 18:37:02 +0000 (+0000) Subject: Remove test logging X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d9de8b6d2fab347b54d48651cc21b5f56c6b4ccd;p=friendica.git Remove test logging --- diff --git a/src/Module/Photo.php b/src/Module/Photo.php index f721b1cea9..9e56301b44 100644 --- a/src/Module/Photo.php +++ b/src/Module/Photo.php @@ -342,7 +342,6 @@ class Photo extends BaseModule } } if (empty($mimetext)) { - Logger::info('Blubb'); if ($customsize <= Proxy::PIXEL_MICRO) { $url = Contact::getDefaultAvatar($contact, Proxy::SIZE_MICRO); } elseif ($customsize <= Proxy::PIXEL_THUMB) {