From ea0a28ebfb10e1a42e2f28b076b8d4e8d79f8e53 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 22 May 2011 14:20:31 -0700 Subject: removed buggy debug code ;) --- mod/item.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index 8c9e004c3..66fdc13af 100644 --- a/mod/item.php +++ b/mod/item.php @@ -589,9 +589,6 @@ function item_post(&$a) { dbesc(datetime_convert()), intval($post_id) ); - foreach( $r as $key => $val) { - logger("key: " . $key . " val: " . $val); - } // photo comments turn the corresponding item visible to the profile wall // This way we don't see every picture in your new photo album posted to your wall at once. -- cgit v1.2.3