From b5728fa42efa0d12da8814711e0875da7fb88672 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Feb 2014 16:56:39 -0800 Subject: fixes to thing profile assignments --- mod/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index a9c0d80d3..173198f4a 100644 --- a/mod/item.php +++ b/mod/item.php @@ -44,7 +44,7 @@ function item_post(&$a) { call_hooks('post_local_start', $_REQUEST); - logger('postvars ' . print_r($_REQUEST,true), LOGGER_DATA); + // logger('postvars ' . print_r($_REQUEST,true), LOGGER_DATA); $api_source = ((x($_REQUEST,'api_source') && $_REQUEST['api_source']) ? true : false); -- cgit v1.2.3