Remove erroneous console log.

This commit is contained in:
Patrick Fic
2023-04-14 13:05:09 -07:00
parent 0a93551db4
commit b12c9407d9

View File

@@ -223,10 +223,6 @@ export default function ScoreboardTimeTickets() {
ret2.push(r);
});
console.log(
"🚀 ~ file: scoreboard-timetickets.component.jsx:238 ~ calculatedData ~ ret:",
ret
);
// Add total efficiency of employees
const totalActualAndProductive = Object.keys(ret.employees)