remove debugging statement from Happening
This commit is contained in:
parent
bf39c95795
commit
524b98bfa3
@ -215,7 +215,6 @@ class Happening extends Managed_DataObject
|
||||
|
||||
function getRSVP($profile)
|
||||
{
|
||||
common_log(LOG_DEBUG, "Finding RSVP for " . $profile->id . ', ' . $this->id);
|
||||
return RSVP::pkeyGet(array('profile_id' => $profile->id,
|
||||
'event_id' => $this->id));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user