move debugging code for checking URIs of XRD
darcs-hash:20080602205921-84dde-26945a4fb66489120115576ce1cb57a46c532e92.gz
This commit is contained in:
parent
7e82a6fcb1
commit
8b9d675b30
|
@ -190,6 +190,7 @@ class RemotesubscribeAction extends Action {
|
|||
common_debug('remotesubscribe.php - could not find type "'.$type.'"');
|
||||
return NULL;
|
||||
}
|
||||
common_debug('remotesubscribe.php - key ="'.$type.'" and URI ="'.omb_service_uri($omb[$type]).'"');
|
||||
}
|
||||
|
||||
if (!omb_local_id($omb[OAUTH_ENDPOINT_REQUEST])) {
|
||||
|
@ -197,7 +198,6 @@ class RemotesubscribeAction extends Action {
|
|||
return NULL;
|
||||
}
|
||||
|
||||
common_debug('remotesubscribe.php - this looks like a good OMB: "'.print_r($omb,TRUE).'"');
|
||||
return $omb;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user