From 2b339d5a6b3018618944e353cb5fc18c6f81aefb Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 12 Apr 2012 21:21:35 -0700 Subject: [PATCH] stray log statements --- mod/profiles.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/profiles.php b/mod/profiles.php index 99b197fded..64a0142ec8 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -137,7 +137,6 @@ function profiles_post(&$a) { $changes = array(); if($is_default) { - logger('changes'); if($marital != $orig[0]['marital']) $changes[] = '♥ ' . t('Marital Status'); if($work != $orig[0]['work']) $changes[] = t('Work/Employment'); if($religion != $orig[0]['religion']) $changes[] = t('Religion'); @@ -251,7 +250,6 @@ function profile_activity($changed) { if(! get_pconfig(local_user(),'system','post_profilechange')) return; - logger('activity'); require_once('include/items.php'); $self = q("SELECT * FROM `contact` WHERE `self` = 1 AND `uid` = %d LIMIT 1",