refactor: Remove unnecessary console logs and improve connection limit checks in simulation components

This commit is contained in:
2025-04-16 16:33:48 +05:30
parent 0eedbdd58e
commit ee319c28e4
6 changed files with 219 additions and 39 deletions

View File

@@ -564,9 +564,9 @@ const ProcessAnimator: React.FC<ProcessContainerProps> = ({
// Log if no animation is occurring when it should
if (!animationOccurring && !isConnected) {
console.log(
`Warning: No animation occurring for process ${process.id} despite not being connected`
);
// console.log(
// `Warning: No animation occurring for process ${process.id} despite not being connected`
// );
}
newStates[process.id] = {