Remove dumb debugging statement

This commit is contained in:
Zach Copley 2010-11-17 22:15:30 +00:00
parent 2c68703923
commit 163f18b8ac

View File

@ -103,7 +103,6 @@ class Facebookclient
*/
static function facebookBroadcastNotice($notice)
{
common_debug('Facebook broadcast');
$client = new Facebookclient($notice);
return $client->sendNotice();
}