From 2ce5ab1467de69ca2a75504013750997dd329f84 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 23 Mar 2017 07:36:22 +0000 Subject: [PATCH] removed commented out line --- include/discover_poco.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/discover_poco.php b/include/discover_poco.php index f5cdd1b10e..bb53efb5cc 100644 --- a/include/discover_poco.php +++ b/include/discover_poco.php @@ -278,7 +278,6 @@ function gs_search_user($search) { return false; } foreach($contacts->data AS $user) { - //update_gcontact_from_probe($user->site_address."/".$user->name); $contact = probe_url($user->site_address."/".$user->name); if ($contact["network"] != NETWORK_PHANTOM) { $contact["about"] = $user->description;