Remove test code

This commit is contained in:
Michael 2019-12-23 21:10:54 +00:00
parent 94f484ff8a
commit b442f41159
1 changed files with 1 additions and 1 deletions

View 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;