# HG changeset patch # User Nishanth Amuluru # Date 1294386528 -19800 # Node ID 4607a50e7f00bd33b11f9cdb3c0ff583179acbee # Parent 869a9ab7e2df4f15655758360f274334c22a261a removed unwanted prints 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