remove temporary metric
Note: This metric is always "None", and was only used temporarily to prove that no `enrollment_action` was getting through. ARCH-1253
This commit is contained in:
@@ -374,7 +374,6 @@ def login_user(request):
|
||||
first_party_auth_requested = bool(request.POST.get('email')) or bool(request.POST.get('password'))
|
||||
is_user_third_party_authenticated = False
|
||||
|
||||
set_custom_metric('login_user_enrollment_action', request.POST.get('enrollment_action'))
|
||||
set_custom_metric('login_user_course_id', request.POST.get('course_id'))
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user