forked from GNUsocial/gnu-social
remove debugging statement for friends_timeline
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user