Remove test logging
This commit is contained in:
parent
fae414fedd
commit
d9de8b6d2f
|
@ -342,7 +342,6 @@ class Photo extends BaseModule
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (empty($mimetext)) {
|
if (empty($mimetext)) {
|
||||||
Logger::info('Blubb');
|
|
||||||
if ($customsize <= Proxy::PIXEL_MICRO) {
|
if ($customsize <= Proxy::PIXEL_MICRO) {
|
||||||
$url = Contact::getDefaultAvatar($contact, Proxy::SIZE_MICRO);
|
$url = Contact::getDefaultAvatar($contact, Proxy::SIZE_MICRO);
|
||||||
} elseif ($customsize <= Proxy::PIXEL_THUMB) {
|
} elseif ($customsize <= Proxy::PIXEL_THUMB) {
|
||||||
|
|
Loading…
Reference in a new issue