diff --git a/client/src/store/reducers/kanboards.js b/client/src/store/reducers/kanboards.js index f193ce6..036d82e 100644 --- a/client/src/store/reducers/kanboards.js +++ b/client/src/store/reducers/kanboards.js @@ -58,7 +58,6 @@ function handleMoveCard(state, action) { } else { fromCards.splice(fromPosition, 1); fromCards.splice(toPosition, 0, card); - console.log(fromCards) } return {