diff options
-rwxr-xr-x | profile/views.py | 2 |
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 |