From 39e2de3ff1cd2418a3b81cb96b17d3683e508f92 Mon Sep 17 00:00:00 2001 From: William Petit Date: Thu, 5 Dec 2019 13:10:58 +0100 Subject: [PATCH] Remove console.log() --- client/src/store/reducers/kanboards.js | 1 - 1 file changed, 1 deletion(-) 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 {