Skip to content

Commit 4a6c291

Browse files
committed
debug
1 parent 860b50f commit 4a6c291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conditional/blueprints/major_project_submission.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def submit_major_project(user_dict=None):
9090
log.info('Submit Major Project')
9191

9292
post_data = request.get_json()
93+
print(post_data)
9394
name = post_data['projectName']
9495
tldr = post_data['projectTldr']
9596
time_spent = post_data['projectTimeSpent']

0 commit comments

Comments
 (0)