diff --git a/src/hyperiond/systray.cpp b/src/hyperiond/systray.cpp index fb3c973f..a1891e84 100644 --- a/src/hyperiond/systray.cpp +++ b/src/hyperiond/systray.cpp @@ -93,7 +93,6 @@ void SysTray::createTrayIcon() { if (efx.file.mid(0, 1) != ":") { - qDebug() << efx.file; QAction *efxAction = new QAction(efx.name, this); connect(efxAction, SIGNAL(triggered()), this, SLOT(setEffect())); _trayIconEfxMenu->addAction(efxAction);