]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove dumb debugging statement
authorZach Copley <zach@status.net>
Wed, 17 Nov 2010 22:15:30 +0000 (22:15 +0000)
committerZach Copley <zach@status.net>
Wed, 17 Nov 2010 22:15:30 +0000 (22:15 +0000)
plugins/FacebookBridge/lib/facebookclient.php

index 575208cacca8cbee088b3c588680f37db9f741fe..907c7537e9028c53e7ec0ac266fe1d69aa1ce838 100644 (file)
@@ -103,7 +103,6 @@ class Facebookclient
      */
     static function facebookBroadcastNotice($notice)
     {
-        common_debug('Facebook broadcast');
         $client = new Facebookclient($notice);
         return $client->sendNotice();
     }