From: Evan Prodromou Date: Thu, 14 Jan 2010 07:28:51 +0000 (-0800) Subject: remove debugging statement for friends_timeline X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=28fafe803a82a0f5885655dfcad5e835163d3139;p=quix0rs-gnu-social.git remove debugging statement for friends_timeline --- diff --git a/actions/apitimelinefriends.php b/actions/apitimelinefriends.php index ef58b103c5..4e3827baea 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)) {