mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-16 22:04:08 +03:00
disable debug messages for windows tracking
This commit is contained in:
parent
0cd1d702bb
commit
6c70e1fd81
@ -52,9 +52,9 @@ AbstractWindowInterface::AbstractWindowInterface(QObject *parent)
|
||||
emit windowChanged(wid);
|
||||
});
|
||||
|
||||
connect(this, &AbstractWindowInterface::windowChanged, this, [&](WindowId wid) {
|
||||
qDebug() << "WINDOW CHANGED ::: " << wid;
|
||||
});
|
||||
// connect(this, &AbstractWindowInterface::windowChanged, this, [&](WindowId wid) {
|
||||
// qDebug() << "WINDOW CHANGED ::: " << wid;
|
||||
// });
|
||||
|
||||
connect(m_activities.data(), &KActivities::Consumer::currentActivityChanged, this, [&](const QString &id) {
|
||||
m_currentActivity = id;
|
||||
|
@ -301,7 +301,7 @@ void LastActiveWindow::setInformation(const WindowInfoWrap &info)
|
||||
void LastActiveWindow::windowChanged(const WindowId &wid)
|
||||
{
|
||||
if (!m_trackedInfo->enabled()) {
|
||||
qDebug() << " Last Active Window, Window Changed : TrackedInfo is disabled...";
|
||||
// qDebug() << " Last Active Window, Window Changed : TrackedInfo is disabled...";
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user