The never ending saga of parent = 0 bugs on Dreamhost.

This commit is contained in:
friendica
2015-03-01 18:58:50 -08:00
parent bc1afbc762
commit d83460cd2a
2 changed files with 11 additions and 1 deletions

View File

@@ -287,7 +287,7 @@ function ping_init(&$a) {
$result[] = format_notification($item);
}
}
logger('ping (network||home): ' . print_r($result, true), LOGGER_DATA);
// logger('ping (network||home): ' . print_r($result, true), LOGGER_DATA);
echo json_encode(array('notify' => $result));
killme();
}