diff --git a/sdk/core/core.cpp b/sdk/core/core.cpp index b2868f5..34630bc 100644 --- a/sdk/core/core.cpp +++ b/sdk/core/core.cpp @@ -242,7 +242,7 @@ private: if (!file.isEmpty()) description = file; if (QFileInfo(description).exists()) { - qDebug("Loading %s", qPrintable(QFileInfo(description).fileName())); + if (Globals->verbose) qDebug("Loading %s", qPrintable(QFileInfo(description).fileName())); load(description); return; }