Removed a debug statement from the Calculate.jsx
This commit is contained in:
parent
d0a05ceaf7
commit
4e542068d2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user