Commit 1d8b10f6 by chrisndodge

Merge pull request #224 from edx/cdodge/remove-username

remove unused property
parents 463448ff 92b9a9e4
......@@ -173,7 +173,6 @@ def emit_event(exam, event_short_name, attempt=None, override_data=None):
attempt_data = {
'attempt_id': attempt['id'],
'attempt_user_id': attempt['user']['id'],
'attempt_username': attempt['student_name'],
'attempt_started_at': attempt['started_at'],
'attempt_completed_at': attempt['completed_at'],
'attempt_code': attempt['attempt_code'],
......
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