X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fomb.php;h=db60fa0ef2d0a122a65805cffe1154713df02658;hb=f1bfbece06d7db20fa144fe5ac8a2f6c589eff45;hp=8bbe5e8aac22b39ed4a1651400bcfe995d0555c8;hpb=f7c2c19ce89868fee5ce51d793d45c05ab209866;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);