aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-22 14:20:31 -0700
committerFriendika <info@friendika.com>2011-05-22 14:20:31 -0700
commitea0a28ebfb10e1a42e2f28b076b8d4e8d79f8e53 (patch)
tree225ff3c385689abd94c36e3110c07da2daebf56f /mod/item.php
parentf4e47f168feb1075c30ba478e823f61dbcd26e02 (diff)
downloadvolse-hubzilla-ea0a28ebfb10e1a42e2f28b076b8d4e8d79f8e53.tar.gz
volse-hubzilla-ea0a28ebfb10e1a42e2f28b076b8d4e8d79f8e53.tar.bz2
volse-hubzilla-ea0a28ebfb10e1a42e2f28b076b8d4e8d79f8e53.zip
removed buggy debug code ;)
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php3
1 files changed, 0 insertions, 3 deletions
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.