]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove debugging statement from Happening
authorEvan Prodromou <evan@status.net>
Thu, 7 Apr 2011 03:48:10 +0000 (23:48 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 7 Apr 2011 03:48:10 +0000 (23:48 -0400)
plugins/Event/Happening.php

index bbea213a1abb4c431c6657bc1524b2a347e70972..ec3e12595d6d148bf0fb5a4fc0210f0c6ca47dad 100644 (file)
@@ -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));
     }