From f21866d8a2f15bbda6aaf9039029c35a8cfb5df4 Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Fri, 7 Jan 2011 13:18:48 +0530 Subject: removed unwanted prints --- profile/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/profile/views.py b/profile/views.py index 0ed6afc..5286ab1 100755 --- a/profile/views.py +++ b/profile/views.py @@ -62,8 +62,6 @@ def browse_notifications(request): 'notifications':active_notifications, } - print active_notifications - return render_to_response('profile/browse_notifications.html', context) @login_required -- cgit