Remove test logging

This commit is contained in:
Michael 2022-05-10 18:37:02 +00:00
parent fae414fedd
commit d9de8b6d2f

View File

@ -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) {