Remove unnecessary comment

This commit is contained in:
nelle 2024-02-16 04:24:55 -07:00
parent cddd12bfb3
commit 228bbd04e2

View file

@ -33,10 +33,6 @@ class LoginWindow private constructor(parent: TApplication, flags: Int) :
}
)
/*
For api look at: https://git.ouroboros.group/limepotato/jexer/wiki/widget-tpasswordfield
*/
//Password
addLabel("Password", CENTERED + 9, CENTERED + 1)
//TODO: Once enter is pressed, getText and save as var, then activate login process.