diff --git a/app/src/handlers/systemhandler.cpp b/app/src/handlers/systemhandler.cpp index 16d47bcb738b8497789df74a5d1943a58dab6de4..f4325ae1f7cdba903be57966099a4bf112e72fd1 100644 --- a/app/src/handlers/systemhandler.cpp +++ b/app/src/handlers/systemhandler.cpp @@ -210,8 +210,6 @@ bool SystemHandler::applyIcon(const QString &path) const bool SystemHandler::applyCursor(const QString &path) const { - qDebug() << path; - auto desktop = desktopEnvironment(); if (desktop == "kde") { @@ -228,8 +226,6 @@ bool SystemHandler::applyCursor(const QString &path) const bool SystemHandler::applyWindowTheme(const QString &path) const { - qDebug() << path; - auto desktop = desktopEnvironment(); if (desktop == "kde") {