Skip to content

Commit 1188ac5

Browse files
committed
removed debug thing
1 parent 608603b commit 1188ac5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

partner_programs/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def post(self, request, *args, **kwargs):
6464
try:
6565
program = PartnerProgram.objects.get(pk=kwargs["pk"])
6666
data = request.data
67+
print(data)
6768

6869
user_fields = (
6970
"email",

0 commit comments

Comments
 (0)