Merge "LoginLandingAction.java -remove the comments"
authorJonathan Gathman <jonathan.gathman@att.com>
Wed, 6 Nov 2019 12:42:38 +0000 (12:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 6 Nov 2019 12:42:38 +0000 (12:42 +0000)
auth/auth-gui/src/main/java/org/onap/aaf/auth/gui/pages/LoginLandingAction.java

index 0c5979e..88ee139 100644 (file)
@@ -40,7 +40,6 @@ public class LoginLandingAction extends Page {
             new BreadCrumbs(breadcrumbs),
             new NamedCode(true,"content") {
                 final Slot sID = gui.env.slot(LoginLanding.NAME+'.'+LoginLanding.fields[0]);
-//                final Slot sPassword = gui.env.slot(LoginLanding.NAME+'.'+LoginLanding.fields[1]);
 
                 @Override
                 public void code(final Cache<HTMLGen> cache, final HTMLGen hgen) throws APIException, IOException {