diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 09:06:41 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 09:06:41 -0400 |
| commit | 3b0fbebc6ad8979d9d4551fcd9db1b8f2ca4bf48 (patch) | |
| tree | fd3aab69e774168b85b4ffaefdab6a0fdd163b2b /src/main.cpp | |
| parent | d7ceadeae173e26d63db0b58b6ea5a3ed839999c (diff) | |
dump a bunch of counts for mods when selecting a profile
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index ceaa59f2..b6b25dd7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -266,8 +266,6 @@ QString determineProfile(QStringList &arguments, const Settings &settings) if (!selectedProfileName) { log::debug("no configured profile"); selectedProfileName = "Default"; - } else { - log::debug("configured profile: {}", *selectedProfileName); } return *selectedProfileName; |
