summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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;