remove some debugging stuff now that the problem they were trying to locate down has been solved.

This commit is contained in:
friendica 2013-09-12 03:26:24 -07:00
parent 01775f4062
commit 816d764aec
2 changed files with 1 additions and 6 deletions

View file

@ -1446,15 +1446,10 @@ function item_store($arr,$allow_exec = false) {
}
if($arr['object'])
logger('item_store: input object: ' . print_r($arr['object'],true), LOGGER_DATA);
if((x($arr,'object')) && is_array($arr['object'])) {
activity_sanitise($arr['object']);
logger('item_store: sanitised object: ' . print_r($arr['object'],true), LOGGER_DATA);
$arr['object'] = json_encode($arr['object']);
logger('item_store: encoded object: ' . print_r($arr['object'],true), LOGGER_DATA);
}
if((x($arr,'target')) && is_array($arr['target'])) {

View file

@ -1 +1 @@
2013-09-11.433
2013-09-12.434