diff options
author | Friendika <info@friendika.com> | 2011-02-03 19:39:04 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-03 19:39:04 -0800 |
commit | ac3cbe380f5eaacfdbdeb75dca891d0021552e04 (patch) | |
tree | 533e97814a7fc032593bb7fe79c3902bb1ed7bd3 /mod/dfrn_notify.php | |
parent | c6b00f72305d467cb5eda32ed6499f81610d4338 (diff) | |
download | volse-hubzilla-ac3cbe380f5eaacfdbdeb75dca891d0021552e04.tar.gz volse-hubzilla-ac3cbe380f5eaacfdbdeb75dca891d0021552e04.tar.bz2 volse-hubzilla-ac3cbe380f5eaacfdbdeb75dca891d0021552e04.zip |
found the issue - remove the extra tracing stuff
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r-- | mod/dfrn_notify.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 56b2c0bb1..7f023ef22 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -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) { |