mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Remove QDebug output
This commit is contained in:
parent
d5717af2df
commit
c78e5c1814
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user