remove debugging statement for friends_timeline
This commit is contained in:
parent
30e50439a3
commit
28fafe803a
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user