From: Evan Prodromou Date: Mon, 1 Mar 2010 23:49:39 +0000 (-0500) Subject: Revert "show service debug info" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2c677e0f2d881f0c9f5713fcbc37ad24ef0dab26;p=quix0rs-gnu-social.git Revert "show service debug info" This reverts commit 19ec0e3a62d4c60d7e5581b4e38ec705650b1d18. --- 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);