diff options
author | Nishanth Amuluru | 2011-01-07 13:18:48 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-01-07 13:18:48 +0530 |
commit | f21866d8a2f15bbda6aaf9039029c35a8cfb5df4 (patch) | |
tree | 50b5ecfcb4004ed0170788b37f273d113a56018b | |
parent | 1cca312e120dc3bef99286fe42d2958f9513581c (diff) | |
download | pytask-f21866d8a2f15bbda6aaf9039029c35a8cfb5df4.tar.gz pytask-f21866d8a2f15bbda6aaf9039029c35a8cfb5df4.tar.bz2 pytask-f21866d8a2f15bbda6aaf9039029c35a8cfb5df4.zip |
removed unwanted prints
-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 |