diff -r 869a9ab7e2df -r 4607a50e7f00 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