mirror of
https://github.com/friendica/friendica
synced 2024-11-19 14:23:42 +00:00
Remove test logging
This commit is contained in:
parent
fae414fedd
commit
d9de8b6d2f
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue