Merge pull request #8905 from annando/remove-output

Remove debug output
This commit is contained in:
Hypolite Petovan 2020-07-20 07:48:04 -04:00 committed by GitHub
commit 2889d59b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1637,7 +1637,6 @@ class GServer
if (!empty($data['data']['nodes'])) {
foreach ($data['data']['nodes'] as $server) {
// Using "only_nodeinfo" since servers that are listed on that page should always have it.
echo $server['host']."\n";
Worker::add(PRIORITY_LOW, 'UpdateGServer', 'https://' . $server['host'], true);
}
}