Remove some debug code

This commit is contained in:
2022-07-21 13:50:56 +01:00
parent 4b4b8bfe72
commit 79b1f7676e
6 changed files with 23 additions and 231 deletions

View File

@@ -1,5 +1,4 @@
import logging
import pprint
import stripe
from django.conf import settings
@@ -15,7 +14,6 @@ from core.lib.products import assemble_plan_map
from core.models import ContentBlock, Plan, Session
logger = logging.getLogger(__name__)
pp = pprint.PrettyPrinter(indent=4)
# Create your views here