Take out noisy debugging statement

This commit is contained in:
Zach Copley 2009-06-24 16:10:28 -07:00
parent dfac8e8cd4
commit e3c5d1664f
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ class TwitapistatusesAction extends TwitterapiAction
$this->auth_user = $apidata['user'];
$user = $this->get_user($apidata['api_arg'], $apidata);
common_debug("auth user = " . $this->auth_user->nickname);
if (empty($user)) {
$this->clientError(_('No such user!'), 404,
$apidata['content-type']);