forked from friendica/friendica-addons
statistics: removed debug statements
This commit is contained in:
parent
fb7897aa38
commit
f66a8d0be8
|
@ -71,7 +71,6 @@ function statistics_json_init() {
|
||||||
|
|
||||||
header("Content-Type: application/json");
|
header("Content-Type: application/json");
|
||||||
echo json_encode($statistics);
|
echo json_encode($statistics);
|
||||||
print_r($users);
|
|
||||||
logger("statistics_init: printed ".print_r($statistics, true));
|
logger("statistics_init: printed ".print_r($statistics, true));
|
||||||
killme();
|
killme();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue