From 97dd16a87a3b398028c1408d24209ade329c78d2 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Fri, 10 Jul 2020 14:54:02 -0400 Subject: don't log old nexus username and password they're not supposed to be in the INI anymore, but the migration code looks broken and some users still have them --- src/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/settings.cpp') diff --git a/src/settings.cpp b/src/settings.cpp index 55283486..b1385c05 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -463,7 +463,7 @@ QSettings::Status Settings::sync() const void Settings::dump() const { static const QStringList ignore({ - "username", "password", "nexus_api_key" + "username", "password", "nexus_api_key", "nexus_username", "nexus_password" }); log::debug("settings:"); -- cgit v1.3.1