Revert "FacebookBridge - Add lots of debug output (revert me)"
This reverts commit c44a622449
.
This commit is contained in:
@@ -40,35 +40,9 @@ class FacebookQueueHandler extends QueueHandler
|
||||
|
||||
function handle($notice)
|
||||
{
|
||||
common_debug(
|
||||
sprintf(
|
||||
'ZZZZZ handle() - Looking at notice %d',
|
||||
$notice->id
|
||||
),
|
||||
__FILE__
|
||||
);
|
||||
|
||||
if ($this->_isLocal($notice)) {
|
||||
|
||||
common_debug(
|
||||
sprintf(
|
||||
'ZZZZZ handle() - notice %d is local; will try sending to Facebook.',
|
||||
$notice->id
|
||||
),
|
||||
__FILE__
|
||||
);
|
||||
|
||||
return Facebookclient::facebookBroadcastNotice($notice);
|
||||
}
|
||||
|
||||
common_debug(
|
||||
sprintf(
|
||||
'ZZZZZ handle() - notice %d was not a local notice, so we wont rebroadcast it.',
|
||||
$notice->id
|
||||
),
|
||||
__FILE__
|
||||
);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user