aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Probe.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Probe.php')
-rw-r--r--Zotlabs/Module/Probe.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Module/Probe.php b/Zotlabs/Module/Probe.php
index dda792131..7fc0e8ff5 100644
--- a/Zotlabs/Module/Probe.php
+++ b/Zotlabs/Module/Probe.php
@@ -23,8 +23,6 @@ class Probe extends \Zotlabs\Web\Controller {
$j = \Zotlabs\Zot\Finger::run($addr,$channel,false);
- // $res = zot_finger($addr,$channel,false);
-
$o .= '<pre>';
if(! $j['success']) {
$o .= sprintf( t('Fetching URL returns error: %1$s'),$res['error'] . "\r\n\r\n");