]> git.mxchange.org Git - friendica.git/commitdiff
Removed debug output
authorMichael <heluecht@pirati.ca>
Tue, 14 Mar 2017 04:58:05 +0000 (04:58 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 14 Mar 2017 04:58:05 +0000 (04:58 +0000)
include/discover_poco.php

index 9de0303208fe40444d426d2f70dd76de584f47c5..91cc0b6083a123622fad7c68514be6a68e643798 100644 (file)
@@ -124,7 +124,6 @@ function update_server() {
                if (!poco_do_update($server["created"], "", $server["last_failure"], $server["last_contact"])) {
                        continue;
                }
-echo $server["url"]."\n";
                logger('Update server status for server '.$server["url"], LOGGER_DEBUG);
 
                proc_run(PRIORITY_LOW, "include/discover_poco.php", "server", base64_encode($server["url"]));