aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/payments/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/payments/views.py')
-rw-r--r--alphabetlearning/payments/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alphabetlearning/payments/views.py b/alphabetlearning/payments/views.py
index cf442d7..cdfafe6 100644
--- a/alphabetlearning/payments/views.py
+++ b/alphabetlearning/payments/views.py
@@ -173,7 +173,6 @@ class ProductLandingPageView(TemplateView):
@login_required
def add_to_cart(request, resource_id):
- breakpoint()
resource = get_object_or_404(Resource, id=resource_id)
if not resource.price_obj.first():
return HttpResponseBadRequest(