Remove debug output

This commit is contained in:
Michael 2020-07-20 08:02:34 +00:00
parent 664b7c5df2
commit 39ffb3e745
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);
}
}