remove debugging tracers

This commit is contained in:
Tobias Diekershoff 2022-11-06 07:51:19 +01:00
parent 5530b6fc75
commit dd0811aec9
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class CheckRelMeProfileLink
Logger::notice('Verifying the homepage', [$uid]);
$homepageUrlVerified = false;
$owner = User::getOwnerDataById($uid);
Logger::notice(print_r($owner));
if (!empty($owner['homepage'])) {
$xrd_timeout = DI::config()->get('system', 'xrd_timeout', 20);
$curlResult = DI::httpClient()->get($owner['homepage'], $accept_content = HttpClientAccept::HTML, [HttpClientOptions::TIMEOUT => $xrd_timeout]);