From 6a5cba19182d97b6c0c74d59e81b8851d861c1a6 Mon Sep 17 00:00:00 2001 From: sandushi Date: Wed, 27 Mar 2024 16:38:50 +0530 Subject: [PATCH] remove unwanted line --- .../apps/authentication-portal/src/main/webapp/emailOtp.jsp | 1 - 1 file changed, 1 deletion(-) diff --git a/identity-apps-core/apps/authentication-portal/src/main/webapp/emailOtp.jsp b/identity-apps-core/apps/authentication-portal/src/main/webapp/emailOtp.jsp index 7dec3a243e2..60f80ba67bc 100644 --- a/identity-apps-core/apps/authentication-portal/src/main/webapp/emailOtp.jsp +++ b/identity-apps-core/apps/authentication-portal/src/main/webapp/emailOtp.jsp @@ -79,7 +79,6 @@ if (errorMessage.equalsIgnoreCase("authentication.fail.message")) { errorMessage = AuthenticationEndpointUtil.i18n(resourceBundle, "error.retry.code.invalid"); } - System.out.println("------------------------"+ errorMessage) } } %>