projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fae414f
)
Remove test logging
author
Michael
<heluecht@pirati.ca>
Tue, 10 May 2022 18:37:02 +0000
(18:37 +0000)
committer
Michael
<heluecht@pirati.ca>
Tue, 10 May 2022 18:37:02 +0000
(18:37 +0000)
src/Module/Photo.php
patch
|
blob
|
history
diff --git
a/src/Module/Photo.php
b/src/Module/Photo.php
index f721b1cea927712b561777e8a21c53b337f3764c..9e56301b44196ead4d03889d2fbf7742f77df27b 100644
(file)
--- 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) {