Removed debug output

pull/3228/head
Michael 2017-03-14 04:58:05 +00:00
rodzic a2b7b2a968
commit 748caa0807
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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"]));