remove debugging tracers
This commit is contained in:
parent
5530b6fc75
commit
dd0811aec9
|
@ -57,7 +57,6 @@ class CheckRelMeProfileLink
|
||||||
Logger::notice('Verifying the homepage', [$uid]);
|
Logger::notice('Verifying the homepage', [$uid]);
|
||||||
$homepageUrlVerified = false;
|
$homepageUrlVerified = false;
|
||||||
$owner = User::getOwnerDataById($uid);
|
$owner = User::getOwnerDataById($uid);
|
||||||
Logger::notice(print_r($owner));
|
|
||||||
if (!empty($owner['homepage'])) {
|
if (!empty($owner['homepage'])) {
|
||||||
$xrd_timeout = DI::config()->get('system', 'xrd_timeout', 20);
|
$xrd_timeout = DI::config()->get('system', 'xrd_timeout', 20);
|
||||||
$curlResult = DI::httpClient()->get($owner['homepage'], $accept_content = HttpClientAccept::HTML, [HttpClientOptions::TIMEOUT => $xrd_timeout]);
|
$curlResult = DI::httpClient()->get($owner['homepage'], $accept_content = HttpClientAccept::HTML, [HttpClientOptions::TIMEOUT => $xrd_timeout]);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user