mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 15:32:15 -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 {
|
} else {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DeckCardZoneDisplayWidget::onActiveGroupCriteriaChanged(QString _activeGroupCriteria)
|
void DeckCardZoneDisplayWidget::onActiveGroupCriteriaChanged(QString _activeGroupCriteria)
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,6 @@ void OverlappedCardGroupDisplayWidget::onActiveSortCriteriaChanged(QString _acti
|
||||||
{
|
{
|
||||||
if (activeSortCriteria != _activeSortCriteria) {
|
if (activeSortCriteria != _activeSortCriteria) {
|
||||||
activeSortCriteria = _activeSortCriteria;
|
activeSortCriteria = _activeSortCriteria;
|
||||||
qDebug() << "OverlappedCardGroupDisplayWidget changed the sort criteria to " << activeSortCriteria;
|
|
||||||
updateCardDisplays(); // Refresh display with new sorting
|
updateCardDisplays(); // Refresh display with new sorting
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue