removed unwanted prints
authorNishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 13:18:48 +0530
changeset 51 4607a50e7f00
parent 50 869a9ab7e2df
child 52 0ef76d42d4f4
removed unwanted prints
profile/views.py
--- a/profile/views.py	Fri Jan 07 13:18:09 2011 +0530
+++ b/profile/views.py	Fri Jan 07 13:18:48 2011 +0530
@@ -62,8 +62,6 @@
                'notifications':active_notifications,
               }                               
 
-    print active_notifications
-
     return render_to_response('profile/browse_notifications.html', context)
 
 @login_required