Commit c0612897 by Chris Dodge

remove debug print statement

parent 6b5dc0d8
......@@ -215,8 +215,6 @@ def create_exam_attempt(exam_id, user_id, taking_as_proctored=False):
)
)
print '**** callback url = {}'.format(callback_url)
# now call into the backend provider to register exam attempt
external_id = get_backend_provider().register_exam_attempt(
exam,
......
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