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:
parent
1adcbdb863
commit
8c3ed88a2f
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user