Remove no longer valid debug comment
This commit is contained in:
parent
811900c75f
commit
fab342c71f
|
@ -241,7 +241,7 @@ bool GameState::moveColumnCardToFoundation(int columnId, int foundationId) {
|
||||||
ensureColumnRevealed(columnId);
|
ensureColumnRevealed(columnId);
|
||||||
qDebug() << "> Moving complete";
|
qDebug() << "> Moving complete";
|
||||||
|
|
||||||
emit columnsChanged(); // CRASH (not if I remove the delete col line though)
|
emit columnsChanged();
|
||||||
emit foundationChanged();
|
emit foundationChanged();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue