aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-12 03:26:24 -0700
committerfriendica <info@friendica.com>2013-09-12 03:26:24 -0700
commit816d764aecbd6105c41d591e2d7c0160758f1779 (patch)
tree014a8be6b6f0ba5cb8f045ed26bc7c6cd34dd302
parent01775f4062488e51f720c8efd1f00b73052e1610 (diff)
downloadvolse-hubzilla-816d764aecbd6105c41d591e2d7c0160758f1779.tar.gz
volse-hubzilla-816d764aecbd6105c41d591e2d7c0160758f1779.tar.bz2
volse-hubzilla-816d764aecbd6105c41d591e2d7c0160758f1779.zip
remove some debugging stuff now that the problem they were trying to locate down has been solved.
-rwxr-xr-xinclude/items.php5
-rw-r--r--version.inc2
2 files changed, 1 insertions, 6 deletions
diff --git a/include/items.php b/include/items.php
index 304dab316..e987a69b1 100755
--- a/include/items.php
+++ b/include/items.php
@@ -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'])) {
diff --git a/version.inc b/version.inc
index 335f2639a..88e400a18 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2013-09-11.433
+2013-09-12.434