summaryrefslogtreecommitdiff
path: root/src/paths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/paths.cpp')
-rw-r--r--src/paths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paths.cpp b/src/paths.cpp
index cf91c21..932ba9a 100644
--- a/src/paths.cpp
+++ b/src/paths.cpp
@@ -140,7 +140,7 @@ QString Paths::configPath() {
#if !defined(Q_OS_WIN) && !defined(Q_OS_OS2)
const char * XDG_CONFIG_HOME = getenv("XDG_CONFIG_HOME");
if (XDG_CONFIG_HOME!=NULL) {
- qDebug("Paths::configPath: XDG_CONFIG_HOME: %s", XDG_CONFIG_HOME);
+ /* qDebug("Paths::configPath: XDG_CONFIG_HOME: %s", XDG_CONFIG_HOME); */
return QString(XDG_CONFIG_HOME) + "/smplayer";
}
else