]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Revert "show service debug info"
authorEvan Prodromou <evan@status.net>
Mon, 1 Mar 2010 23:49:39 +0000 (18:49 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 1 Mar 2010 23:49:39 +0000 (18:49 -0500)
This reverts commit 19ec0e3a62d4c60d7e5581b4e38ec705650b1d18.

lib/omb.php

index 8bbe5e8aac22b39ed4a1651400bcfe995d0555c8..db60fa0ef2d0a122a65805cffe1154713df02658 100644 (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);