--- 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