From 5d07d1d601f298aee1c0a1de237bbb33e38a6a27 Mon Sep 17 00:00:00 2001 From: tomivm Date: Thu, 7 Dec 2023 23:23:44 -0300 Subject: [PATCH] Remove console log --- src/components/Board/Board.container.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Board/Board.container.js b/src/components/Board/Board.container.js index b437a59f4..14afd000e 100644 --- a/src/components/Board/Board.container.js +++ b/src/components/Board/Board.container.js @@ -1167,7 +1167,6 @@ export class BoardContainer extends Component { ) .then(parentBoardId => { if (createParentBoard) { - console.log('parent board created', parentBoardData); /* Here the parentBoardData is not updated with the values that updatedApiObjects store on the API. Inside the boards are already updated an the value is not replaced because the oldboard Id was replaced on the updateApiObjects inside createApiBoardSuccess */