Remove test code

2022.09-rc
Michael 2019-12-23 21:10:54 +00:00
rodzic 94f484ff8a
commit b442f41159
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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