diff --git a/src/components/robot/RobotEdit.tsx b/src/components/robot/RobotEdit.tsx index d987e2c0..154566a3 100644 --- a/src/components/robot/RobotEdit.tsx +++ b/src/components/robot/RobotEdit.tsx @@ -153,7 +153,6 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin const getRobot = async () => { if (recordingId) { const robot = await getStoredRecording(recordingId); - console.log('Robot:', robot); setRobot(robot); } else { notify('error', t('robot_edit.notifications.update_failed'));