reg/events.py
changeset 84 bb6a1bd4b3f8
parent 81 a76987f54dac
child 98 1af134a1e53d
--- a/reg/events.py	Fri Apr 16 17:11:47 2010 +0530
+++ b/reg/events.py	Fri Apr 16 17:40:57 2010 +0530
@@ -58,7 +58,7 @@
     Regards,
     FOSSEE Team
     """%(user.get_full_name(), activation_link)
-    print message
+
     send_mail(subject, message, "admin@fossee.in", [user.email])
 
 def create_event(title, description, start_date, stop_date, venue, created_by=None):