From 72f9827be5d4bbf692f126c06e3277cf23a5a551 Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Tue, 27 Sep 2016 16:28:16 +0200 Subject: reduced noise in the output (old debug messages...) --- src/client/clientapp/clientapp.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/clientapp') 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) -- cgit v1.2.3-55-g7522