]> git.mxchange.org Git - friendica.git/commitdiff
Remove debug output
authorMichael <heluecht@pirati.ca>
Mon, 20 Jul 2020 08:02:34 +0000 (08:02 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 20 Jul 2020 08:02:34 +0000 (08:02 +0000)
src/Model/GServer.php

index 3d268c37b91f699bb0c4950f2c64636b9d828901..8cad1aad08c5e21a7e55b13c28d11a333649e445 100644 (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);
                                        }
                                }