From 3776726a0b0e412f0451c8e195b321d637c07810 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 23 Dec 2024 23:17:33 +0530 Subject: [PATCH] chore: -rm save log --- src/components/molecules/RobotDuplicate.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/molecules/RobotDuplicate.tsx b/src/components/molecules/RobotDuplicate.tsx index 530aedc6..b832ff0b 100644 --- a/src/components/molecules/RobotDuplicate.tsx +++ b/src/components/molecules/RobotDuplicate.tsx @@ -93,8 +93,6 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia return; } - console.log("handle save"); - try { const success = await duplicateRecording(robot.recording_meta.id, targetUrl);