summaryrefslogtreecommitdiff
path: root/actions/apitimelinefriends.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-13 23:28:51 -0800
committerEvan Prodromou <evan@status.net>2010-01-13 23:28:51 -0800
commit28fafe803a82a0f5885655dfcad5e835163d3139 (patch)
tree03b19b1333e9a7d272024760e4a2cc12b477fbde /actions/apitimelinefriends.php
parent30e50439a32eaf7b68897c5b141c955f6906ad79 (diff)
remove debugging statement for friends_timeline
Diffstat (limited to 'actions/apitimelinefriends.php')
-rw-r--r--actions/apitimelinefriends.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/apitimelinefriends.php b/actions/apitimelinefriends.php
index ef58b103c..4e3827bae 100644
--- a/actions/apitimelinefriends.php
+++ b/actions/apitimelinefriends.php
@@ -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)) {