diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-24 19:18:32 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-24 19:18:32 -0700 |
commit | a6c56d17e04bf3bd164290c352137dc7345c4f01 (patch) | |
tree | 7058df210e3138e813b14c02fc060e231a97f18c /actions | |
parent | 63f12c48a8dd7c75093587d78a8fd557330d202e (diff) | |
parent | 835799ff169387e5b686b2740020dc0e49154bb2 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'actions')
-rw-r--r-- | actions/twitapistatuses.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/twitapistatuses.php b/actions/twitapistatuses.php index e1fbc5c76..555c746cb 100644 --- a/actions/twitapistatuses.php +++ b/actions/twitapistatuses.php @@ -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']); |