From: Evan Prodromou Date: Thu, 7 Apr 2011 03:48:10 +0000 (-0400) Subject: remove debugging statement from Happening X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=524b98bfa3fd340ade6ce8b0e7f23ce773db5d92;p=quix0rs-gnu-social.git remove debugging statement from Happening --- 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)); }