]> git.mxchange.org Git - friendica.git/commitdiff
Remove test code
authorMichael <heluecht@pirati.ca>
Mon, 23 Dec 2019 21:10:54 +0000 (21:10 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 23 Dec 2019 21:10:54 +0000 (21:10 +0000)
src/Network/Probe.php

index c059fd3cdf0368b3c8226f1aef8c5d61c5fd78fd..042e761e92b65bf510baee6ebb362f52dd91f660 100644 (file)
@@ -746,7 +746,7 @@ class Probe
                if (!is_array($json)) {
                        return $data;
                }
-//print_r($json);
+
                if (empty($data['network'])) {
                        if (!empty($json['protocols']) && in_array('zot', $json['protocols'])) {
                                $data['network'] = Protocol::ZOT;