Remove console.log()

This commit is contained in:
wpetit 2019-12-05 13:10:58 +01:00
parent 14d13c238a
commit 39e2de3ff1
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ function handleMoveCard(state, action) {
} else {
fromCards.splice(fromPosition, 1);
fromCards.splice(toPosition, 0, card);
console.log(fromCards)
}
return {