Remove test code

This commit is contained in:
Michael 2019-12-23 21:10:54 +00:00
parent 94f484ff8a
commit b442f41159

View file

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