From 524b98bfa3fd340ade6ce8b0e7f23ce773db5d92 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 6 Apr 2011 23:48:10 -0400 Subject: [PATCH] remove debugging statement from Happening --- plugins/Event/Happening.php | 1 - 1 file changed, 1 deletion(-) 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)); } -- 2.39.5