Remove another debug.

This commit is contained in:
Lukas Brübach 2025-03-02 12:39:53 +01:00
parent 3482f95c55
commit 60485f45d3
2 changed files with 0 additions and 2 deletions

View file

@ -100,7 +100,6 @@ void DeckCardZoneDisplayWidget::deleteCardGroupIfItDoesNotExist()
} else {
}
}
}
void DeckCardZoneDisplayWidget::onActiveGroupCriteriaChanged(QString _activeGroupCriteria)

View file

@ -137,7 +137,6 @@ void OverlappedCardGroupDisplayWidget::onActiveSortCriteriaChanged(QString _acti
{
if (activeSortCriteria != _activeSortCriteria) {
activeSortCriteria = _activeSortCriteria;
qDebug() << "OverlappedCardGroupDisplayWidget changed the sort criteria to " << activeSortCriteria;
updateCardDisplays(); // Refresh display with new sorting
}
}