Commit 3d8783df by Chris Dodge

remove debug print statements

parent 41257862
......@@ -503,8 +503,6 @@ def get_student_view(user_id, course_id, content_id,
'credit_state' in context and
context['credit_state']
)
print context
print '***** check_mode = {}'.format(check_mode)
if check_mode:
if context['credit_state']['enrollment_mode'] != 'verified':
return None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment