1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-26 23:21:37 +03:00

disable debug message for dbus calls

This commit is contained in:
Michail Vourlakos 2017-05-01 09:20:15 +03:00
parent bd9021a412
commit a8c6e2f342

View File

@ -1194,7 +1194,7 @@ void DockCorona::activateTaskManagerEntry(int index, Qt::Key modifier)
//! update badge for specific dock item
void DockCorona::updateDockItemBadge(QString identifier, QString value)
{
qDebug() << "DBUS CALL ::: " << identifier << " - " << value;
//qDebug() << "DBUS CALL ::: " << identifier << " - " << value;
auto updateBadgeForTaskInContainment = [this](const Plasma::Containment * c, QString identifier, QString value) {
const auto &applets = c->applets();