mirror of
https://github.com/friendica/friendica
synced 2024-12-23 16:00:16 +00:00
found the issue - remove the extra tracing stuff
This commit is contained in:
parent
c6b00f7230
commit
ac3cbe380f
1 changed files with 1 additions and 7 deletions
|
@ -25,12 +25,6 @@ function dfrn_notify_post(&$a) {
|
||||||
);
|
);
|
||||||
if(! count($r)) {
|
if(! count($r)) {
|
||||||
logger('dfrn_notify: could not match challenge to dfrn_id ' . $dfrn_id . ' challenge=' . $challenge);
|
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);
|
xml_status(3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -480,7 +474,7 @@ function dfrn_notify_content(&$a) {
|
||||||
intval(time() + 90 )
|
intval(time() + 90 )
|
||||||
);
|
);
|
||||||
|
|
||||||
logger('dfrn_notify: challenge=' . $hash . ' return value=' . $r);
|
logger('dfrn_notify: challenge=' . $hash );
|
||||||
|
|
||||||
$sql_extra = '';
|
$sql_extra = '';
|
||||||
switch($direction) {
|
switch($direction) {
|
||||||
|
|
Loading…
Reference in a new issue