mirror of
https://github.com/redstrate/Astra.git
synced 2025-06-07 22:47:46 +00:00
Remove leftover console.info call
This commit is contained in:
parent
d754dd3a02
commit
3618c509af
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ QQC2.Control {
|
|||
}
|
||||
|
||||
function updateFields() {
|
||||
console.info(!LauncherCore.currentProfile.account.needsPassword && LauncherCore.currentProfile.account.rememberPassword);
|
||||
usernameField.text = LauncherCore.currentProfile.account.name;
|
||||
passwordField.text = !LauncherCore.currentProfile.account.needsPassword && LauncherCore.currentProfile.account.rememberPassword ? LauncherCore.currentProfile.account.getPassword() : "";
|
||||
otpField.text = "";
|
||||
|
|
Loading…
Add table
Reference in a new issue