Remove test code
This commit is contained in:
parent
94f484ff8a
commit
b442f41159
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue