make fetch logging less chatty
This commit is contained in:
parent
3070baf04e
commit
130cfbf231
@ -75,7 +75,7 @@ class Activity {
|
|||||||
|
|
||||||
if($x['success']) {
|
if($x['success']) {
|
||||||
$y = json_decode($x['body'],true);
|
$y = json_decode($x['body'],true);
|
||||||
logger('returned: ' . json_encode($y,JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES));
|
logger('returned: ' . json_encode($y,JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES), LOGGER_DEBUG);
|
||||||
return json_decode($x['body'], true);
|
return json_decode($x['body'], true);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user