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
-1
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);
}
}