diff options
author | Evan Prodromou <evan@status.net> | 2010-01-13 23:28:51 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-13 23:28:51 -0800 |
commit | 28fafe803a82a0f5885655dfcad5e835163d3139 (patch) | |
tree | 03b19b1333e9a7d272024760e4a2cc12b477fbde /actions | |
parent | 30e50439a32eaf7b68897c5b141c955f6906ad79 (diff) |
remove debugging statement for friends_timeline
Diffstat (limited to 'actions')
-rw-r--r-- | actions/apitimelinefriends.php | 1 |
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)) { |