summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-07 13:18:48 +0530
committerNishanth Amuluru2011-01-07 13:18:48 +0530
commitf21866d8a2f15bbda6aaf9039029c35a8cfb5df4 (patch)
tree50b5ecfcb4004ed0170788b37f273d113a56018b
parent1cca312e120dc3bef99286fe42d2958f9513581c (diff)
downloadpytask-f21866d8a2f15bbda6aaf9039029c35a8cfb5df4.tar.gz
pytask-f21866d8a2f15bbda6aaf9039029c35a8cfb5df4.tar.bz2
pytask-f21866d8a2f15bbda6aaf9039029c35a8cfb5df4.zip
removed unwanted prints
-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