mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Remove another debug.
This commit is contained in:
parent
3482f95c55
commit
60485f45d3
2 changed files with 0 additions and 2 deletions
|
|
@ -100,7 +100,6 @@ void DeckCardZoneDisplayWidget::deleteCardGroupIfItDoesNotExist()
|
|||
} else {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void DeckCardZoneDisplayWidget::onActiveGroupCriteriaChanged(QString _activeGroupCriteria)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue