diff options
author | Friendika <info@friendika.com> | 2011-05-22 20:18:39 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-22 20:18:39 -0700 |
commit | 576f8eda085b3996ebb4aec62d8f6c866c390836 (patch) | |
tree | 6f9da7f5290da71ab745380e2c509c9cedc8f365 /mod/dfrn_notify.php | |
parent | 42acd9462a8f2a581955d8d8d269aac67d1d26b2 (diff) | |
download | volse-hubzilla-576f8eda085b3996ebb4aec62d8f6c866c390836.tar.gz volse-hubzilla-576f8eda085b3996ebb4aec62d8f6c866c390836.tar.bz2 volse-hubzilla-576f8eda085b3996ebb4aec62d8f6c866c390836.zip |
more buggy debugging code removed.
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r-- | mod/dfrn_notify.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 5f6ed59d4..30e95be21 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -79,9 +79,6 @@ function dfrn_notify_post(&$a) { // $importer in this case contains the contact record for the remote contact joined with the user record of our user. $importer = $r[0]; - foreach($importer as $key => $val) { - logger( "importer - key: " . $key . " val: " . $val); - } if(($writable != (-1)) && ($writable != $importer['writable'])) { q("UPDATE `contact` SET `writable` = %d WHERE `id` = %d LIMIT 1", |