aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/resources/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/resources/views.py')
-rw-r--r--alphabetlearning/resources/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alphabetlearning/resources/views.py b/alphabetlearning/resources/views.py
index 0aae929..c3d1bcd 100644
--- a/alphabetlearning/resources/views.py
+++ b/alphabetlearning/resources/views.py
@@ -129,7 +129,6 @@ def index(request):
resource_list = [_extract_metadata_from_resource(r) for r in resource_objs]
for r in resource_list:
- # TODO test for this existing - it will fail if no cart
try:
cart_items = request.user.shoppingcart.items.all()
if r.name in [r.resource.name for r in cart_items]: