1
0
Fork 0

removed buggy debug code ;)

This commit is contained in:
Friendika 2011-05-22 14:20:31 -07:00
commit ea0a28ebfb
3 changed files with 2 additions and 5 deletions

View file

@ -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.