feat: console log cleanup

This commit is contained in:
Rohit
2025-02-13 11:15:51 +05:30
parent 6a989ad0e4
commit 4c21e2794a

View File

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