]> git.mxchange.org Git - friendica.git/commitdiff
Remove test logging
authorMichael <heluecht@pirati.ca>
Tue, 10 May 2022 18:37:02 +0000 (18:37 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 10 May 2022 18:37:02 +0000 (18:37 +0000)
src/Module/Photo.php

index f721b1cea927712b561777e8a21c53b337f3764c..9e56301b44196ead4d03889d2fbf7742f77df27b 100644 (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) {