chore: remove console log

This commit is contained in:
amhsirak
2024-11-22 21:49:22 +05:30
parent 8d50052984
commit aefd64e40d

View File

@@ -58,7 +58,6 @@ interface RobotSettingsProps {
}
export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettings }: RobotSettingsProps) => {
console.log("robot edit");
const [robot, setRobot] = useState<RobotSettings | null>(null);
const { recordingId, notify } = useGlobalInfoStore();