diff --git a/client/src/pages/Game/states/Calculate/Calculate.jsx b/client/src/pages/Game/states/Calculate/Calculate.jsx index 1f7e214..92a14d5 100644 --- a/client/src/pages/Game/states/Calculate/Calculate.jsx +++ b/client/src/pages/Game/states/Calculate/Calculate.jsx @@ -43,8 +43,6 @@ export const Calculate = ({setState, currentRound}) => { let currentRound = {...current, profit, name: getGroupById(current.id).name, sold, newCapital: getGroupById(current.id).capital + profit}; - console.log(currentRound); - setAnimatedGroups(old => [...old, currentRound]); updateCapital(current.id, currentRound.newCapital);