mirror of
https://github.com/friendica/friendica
synced 2024-11-19 04:23:41 +00:00
Remove test code
This commit is contained in:
parent
94f484ff8a
commit
b442f41159
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue