From 3618c509af5408f04e830739d536f99601c8a0d1 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 29 Jun 2024 15:14:34 -0400 Subject: [PATCH] Remove leftover console.info call --- launcher/ui/Pages/LoginPage.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/launcher/ui/Pages/LoginPage.qml b/launcher/ui/Pages/LoginPage.qml index bc61c4d..d406d27 100644 --- a/launcher/ui/Pages/LoginPage.qml +++ b/launcher/ui/Pages/LoginPage.qml @@ -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 = "";