Remove no longer valid debug comment

This commit is contained in:
ItsDrike 2024-12-08 13:52:32 +01:00
parent 811900c75f
commit fab342c71f
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -241,7 +241,7 @@ bool GameState::moveColumnCardToFoundation(int columnId, int foundationId) {
ensureColumnRevealed(columnId);
qDebug() << "> Moving complete";
emit columnsChanged(); // CRASH (not if I remove the delete col line though)
emit columnsChanged();
emit foundationChanged();
return true;
}