Skip to content

Commit

Permalink
Removing username from event tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-codeinstitute committed Apr 9, 2024
1 parent 11ea3aa commit 3e2ded4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/djangoapps/track/views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def user_track(request):
pass

context_override = contexts.course_context_from_url(page)
context_override['username'] = username
context_override['event_source'] = 'browser'
context_override['page'] = page

Expand Down

0 comments on commit 3e2ded4

Please sign in to comment.