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:
Robert Raposa
2020-01-03 09:42:16 -05:00
parent c9b367794a
commit fca5db3c8a

View File

@@ -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: