]> git.mxchange.org Git - friendica.git/commitdiff
more buggy debugging code removed.
authorFriendika <info@friendika.com>
Mon, 23 May 2011 03:18:39 +0000 (20:18 -0700)
committerFriendika <info@friendika.com>
Mon, 23 May 2011 03:18:39 +0000 (20:18 -0700)
mod/dfrn_notify.php

index 5f6ed59d4f346a6b938137f7d0f21bca16211054..30e95be210ac651fc814016591a99ea90af7afbd 100644 (file)
@@ -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",