summaryrefslogtreecommitdiffstats
path: root/src/client/clientapp/clientapp.cpp
diff options
context:
space:
mode:
authorChristian Klinger2016-09-27 16:28:16 +0200
committerChristian Klinger2016-09-27 16:28:16 +0200
commit72f9827be5d4bbf692f126c06e3277cf23a5a551 (patch)
tree2bc3660531dbf99bebedd047fcba533257475e21 /src/client/clientapp/clientapp.cpp
parentimproved option parsing. (diff)
downloadpvs2-72f9827be5d4bbf692f126c06e3277cf23a5a551.tar.gz
pvs2-72f9827be5d4bbf692f126c06e3277cf23a5a551.tar.xz
pvs2-72f9827be5d4bbf692f126c06e3277cf23a5a551.zip
reduced noise in the output (old debug messages...)
Diffstat (limited to 'src/client/clientapp/clientapp.cpp')
-rw-r--r--src/client/clientapp/clientapp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/clientapp/clientapp.cpp b/src/client/clientapp/clientapp.cpp
index 05289e5..8ae804e 100644
--- a/src/client/clientapp/clientapp.cpp
+++ b/src/client/clientapp/clientapp.cpp
@@ -53,7 +53,6 @@ void ClientApp::initConfiguration() {
USER_SETTINGS(settings);
QFileInfo fi(settings.fileName());
QDir path(fi.path());
- qDebug() << "User settings are in:" << settings.fileName();
if (!path.exists())
path.mkpath(path.absolutePath());
// Now check if settings file exists. If not, copy system default (if available)