aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-12 21:21:35 -0700
committerfriendica <info@friendica.com>2012-04-12 21:21:35 -0700
commit2b339d5a6b3018618944e353cb5fc18c6f81aefb (patch)
treef7690398c7443e7798fded9ed722125a8b5b6fd0
parent972c01edb3009e835d7a5a0861867cea8c06283f (diff)
downloadvolse-hubzilla-2b339d5a6b3018618944e353cb5fc18c6f81aefb.tar.gz
volse-hubzilla-2b339d5a6b3018618944e353cb5fc18c6f81aefb.tar.bz2
volse-hubzilla-2b339d5a6b3018618944e353cb5fc18c6f81aefb.zip
stray log statements
-rw-r--r--mod/profiles.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 99b197fde..64a0142ec 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[] = '&hearts; ' . 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",