From fca5db3c8ae5137ec1e38ed06386e69e2e279464 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Fri, 3 Jan 2020 09:42:16 -0500 Subject: [PATCH] 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 --- openedx/core/djangoapps/user_authn/views/login.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openedx/core/djangoapps/user_authn/views/login.py b/openedx/core/djangoapps/user_authn/views/login.py index 442ae0b738..cedd9839fb 100644 --- a/openedx/core/djangoapps/user_authn/views/login.py +++ b/openedx/core/djangoapps/user_authn/views/login.py @@ -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: