summaryrefslogtreecommitdiff
path: root/lib/omb.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-03-01 18:49:39 -0500
committerEvan Prodromou <evan@status.net>2010-03-01 18:49:39 -0500
commit2c677e0f2d881f0c9f5713fcbc37ad24ef0dab26 (patch)
tree6a0456f7df825f0c2b46a08cf36bb1039599999a /lib/omb.php
parent0512151eabf64e88b4648869b3d029800d30668a (diff)
Revert "show service debug info"
This reverts commit 19ec0e3a62d4c60d7e5581b4e38ec705650b1d18.
Diffstat (limited to 'lib/omb.php')
-rw-r--r--lib/omb.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/omb.php b/lib/omb.php
index 8bbe5e8aa..db60fa0ef 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);