diff --git a/plugins/Event/Happening.php b/plugins/Event/Happening.php index bbea213a1a..ec3e12595d 100644 --- a/plugins/Event/Happening.php +++ b/plugins/Event/Happening.php @@ -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)); }