forked from GNUsocial/gnu-social
Remove a bunch of extraneous logging statements
darcs-hash:20081211024233-7b5ce-e4911c049adf067f24821f868a27bdf67c324caf.gz
This commit is contained in:
@@ -69,10 +69,8 @@ class TwitterapiAction extends Action {
|
||||
$twitter_status['in_reply_to_user_id'] = ($notice->reply_to) ? $this->replier_by_reply(intval($notice->reply_to)) : NULL;
|
||||
|
||||
if (isset($this->auth_user)) {
|
||||
common_debug("auth user set: " . $this->auth_user->nickname);
|
||||
$twitter_status['favorited'] = ($this->auth_user->hasFave($notice)) ? 'true' : 'false';
|
||||
} else {
|
||||
common_debug("no auth user set");
|
||||
$twitter_status['favorited'] = 'false';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user