feat: rm console logs

This commit is contained in:
Rohit
2025-01-22 00:45:08 +05:30
parent 64ef2532e2
commit 76d88c982d

View File

@@ -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'));