Revert "show service debug info"

This reverts commit 19ec0e3a62.
This commit is contained in:
Evan Prodromou 2010-03-01 18:49:39 -05:00
parent 0512151eab
commit 2c677e0f2d

View File

@ -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);