]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove debugging statement for friends_timeline
authorEvan Prodromou <evan@status.net>
Thu, 14 Jan 2010 07:28:51 +0000 (23:28 -0800)
committerEvan Prodromou <evan@status.net>
Thu, 14 Jan 2010 07:28:51 +0000 (23:28 -0800)
actions/apitimelinefriends.php

index ef58b103c5406b35e297c64193d5f32e055f8f3e..4e3827baea61a5bf9f1c947e8f2cad55b86d7f08 100644 (file)
@@ -72,7 +72,6 @@ class ApiTimelineFriendsAction extends ApiBareAuthAction
     function prepare($args)
     {
         parent::prepare($args);
-        common_debug("api friends_timeline");
         $this->user = $this->getTargetUser($this->arg('id'));
 
         if (empty($this->user)) {