summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r--actions/remotesubscribe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php
index c9fd0987d..f0d7a4a39 100644
--- a/actions/remotesubscribe.php
+++ b/actions/remotesubscribe.php
@@ -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;
}