remove debugging statement from Happening

This commit is contained in:
Evan Prodromou 2011-04-06 23:48:10 -04:00
parent bf39c95795
commit 524b98bfa3
1 changed files with 0 additions and 1 deletions

View File

@ -215,7 +215,6 @@ class Happening extends Managed_DataObject
function getRSVP($profile) function getRSVP($profile)
{ {
common_log(LOG_DEBUG, "Finding RSVP for " . $profile->id . ', ' . $this->id);
return RSVP::pkeyGet(array('profile_id' => $profile->id, return RSVP::pkeyGet(array('profile_id' => $profile->id,
'event_id' => $this->id)); 'event_id' => $this->id));
} }