]> git.mxchange.org Git - friendica.git/commitdiff
found the issue - remove the extra tracing stuff
authorFriendika <info@friendika.com>
Fri, 4 Feb 2011 03:39:04 +0000 (19:39 -0800)
committerFriendika <info@friendika.com>
Fri, 4 Feb 2011 03:39:04 +0000 (19:39 -0800)
mod/dfrn_notify.php

index 56b2c0bb137adf129b98b55a61849cd10a497f22..7f023ef222a34eaf21b969d97f81ddc8120c7c7e 100644 (file)
@@ -25,12 +25,6 @@ function dfrn_notify_post(&$a) {
        );
        if(! count($r)) {
                logger('dfrn_notify: could not match challenge to dfrn_id ' . $dfrn_id . ' challenge=' . $challenge);
-
-               // apply some extra tracing
-               dbg(1);
-               q("SELECT * FROM `challenge` WHERE 1");
-               dbg(0); 
-       
                xml_status(3);
        }
 
@@ -480,7 +474,7 @@ function dfrn_notify_content(&$a) {
                        intval(time() + 90 )
                );
 
-               logger('dfrn_notify: challenge=' . $hash . ' return value=' . $r);
+               logger('dfrn_notify: challenge=' . $hash );
 
                $sql_extra = '';
                switch($direction) {