summaryrefslogtreecommitdiff
path: root/profile/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'profile/views.py')
-rwxr-xr-xprofile/views.py2
1 files changed, 0 insertions, 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