Remove ugly debugging statements

This commit is contained in:
Zach Copley 2009-11-04 21:08:47 -08:00
parent 527427d3e0
commit f28795656f
1 changed files with 0 additions and 9 deletions

View File

@ -69,16 +69,7 @@ class ApiFriendshipsExistsAction extends ApiAction
$user_a_id = $this->trimmed('user_a');
$user_b_id = $this->trimmed('user_b');
common_debug("user_a = " . $user_a_id);
common_debug("user_b = " . $user_b_id);
$this->user_a = $this->getTargetUser($user_a_id);
if (empty($this->user_a)) {
common_debug('gargargra');
}
$this->user_b = $this->getTargetUser($user_b_id);
return true;