refactor: Remove unnecessary console logs and improve connection limit checks in simulation components
This commit is contained in:
@@ -150,7 +150,6 @@ const ArmBotMechanics: React.FC = () => {
|
||||
modeluuid: updatedPath.modeluuid,
|
||||
eventData: { type: "ArmBot", points: updatedPath.points }
|
||||
}
|
||||
console.log('data: ', data);
|
||||
|
||||
socket.emit('v2:model-asset:updateEventData', data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user