Remove some debug code
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user