Skip to content

Commit

Permalink
Remove leftover console.info call
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Jun 29, 2024
1 parent d754dd3 commit 3618c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion launcher/ui/Pages/LoginPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit 3618c50

Please sign in to comment.