summaryrefslogtreecommitdiffstats
path: root/qt-gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r--qt-gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp
index 59fa1985e..cb06bf8d5 100644
--- a/qt-gui.cpp
+++ b/qt-gui.cpp
@@ -95,7 +95,6 @@ void init_ui(int *argcp, char ***argvp)
// the Gtk theme makes things unbearably ugly
// so switch to Oxygen in this case
- qDebug() << application->style()->objectName();
if (application->style()->objectName() == "gtk+")
application->setStyle("Oxygen");