From c78e5c18148e0dd5dad9185f3582bae0f82ddbc5 Mon Sep 17 00:00:00 2001 From: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Fri, 22 Jan 2021 22:10:03 +0100 Subject: [PATCH] Remove QDebug output --- src/hyperiond/systray.cpp | 1 - 1 file changed, 1 deletion(-) 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);