remove debugging statement for friends_timeline

This commit is contained in:
Evan Prodromou 2010-01-13 23:28:51 -08:00
parent 30e50439a3
commit 28fafe803a
1 changed files with 0 additions and 1 deletions

View 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)) {