Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivm committed Dec 8, 2023
1 parent 2057a71 commit 5d07d1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Board/Board.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5d07d1d

Please sign in to comment.