X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fomb.php;h=db60fa0ef2d0a122a65805cffe1154713df02658;hb=d3e47797485d671bd6f806cd0ba72f499e049a66;hp=8bbe5e8aac22b39ed4a1651400bcfe995d0555c8;hpb=503bc5376238d946457e344591542af0595736b2;p=quix0rs-gnu-social.git diff --git a/lib/omb.php b/lib/omb.php index 8bbe5e8aac..db60fa0ef2 100644 --- a/lib/omb.php +++ b/lib/omb.php @@ -144,9 +144,6 @@ function omb_broadcast_profile($profile) $service = new StatusNet_OMB_Service_Consumer( array(OMB_ENDPOINT_UPDATEPROFILE => $rp->updateprofileurl), $rp->uri); - - common_debug('service = ' . print_r($service, true)); - try { $service->setToken($rp->token, $rp->secret); $service->updateProfile($omb_profile);