1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-10 21:18:19 +03:00

disable some debug messages

This commit is contained in:
Michail Vourlakos 2020-04-05 17:02:20 +03:00
parent 1adcbdb863
commit 8c3ed88a2f

View File

@ -444,7 +444,7 @@ void VisibilityManager::addBlockHidingEvent(const QString &type)
return;
}
qDebug() << " adding block hiding event :: " << type;
//qDebug() << " adding block hiding event :: " << type;
bool prevHidingIsBlocked = hidingIsBlocked();
@ -460,7 +460,7 @@ void VisibilityManager::removeBlockHidingEvent(const QString &type)
if (!m_blockHidingEvents.contains(type) || type.isEmpty()) {
return;
}
qDebug() << " remove block hiding event :: " << type;
//qDebug() << " remove block hiding event :: " << type;
bool prevHidingIsBlocked = hidingIsBlocked();