Revert "FacebookBridge - Add lots of debug output (revert me)"
This reverts commit c44a622449
.
This commit is contained in:
@@ -128,7 +128,6 @@ class Facebookclient
|
||||
*/
|
||||
static function facebookBroadcastNotice($notice)
|
||||
{
|
||||
common_debug("ZZZZZ facebookBroadcastNotice() - entered ", __FILE__);
|
||||
$client = new Facebookclient($notice);
|
||||
return $client->sendNotice();
|
||||
}
|
||||
@@ -138,8 +137,6 @@ class Facebookclient
|
||||
*/
|
||||
function isFacebookBound() {
|
||||
|
||||
common_debug("ZZZZZ isFacebookBound() - entered", __FILE__);
|
||||
|
||||
if (empty($this->flink)) {
|
||||
// User hasn't setup bridging
|
||||
return false;
|
||||
@@ -178,14 +175,6 @@ class Facebookclient
|
||||
return true;
|
||||
}
|
||||
|
||||
common_debug(
|
||||
sprintf(
|
||||
"ZZZZZ isFacebookBound() - notice %d this notice does not go to Facebook",
|
||||
$this->notice->id
|
||||
),
|
||||
__FILE__
|
||||
);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user