From 90e68c0fd8eadb4b89a0c5d4c8aed5f83e66eefd Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 19 Nov 2024 17:03:09 +0530 Subject: [PATCH] chore: remove rows log --- src/components/molecules/RecordingsTable.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/molecules/RecordingsTable.tsx b/src/components/molecules/RecordingsTable.tsx index bd4d6fe9..a3a6ee08 100644 --- a/src/components/molecules/RecordingsTable.tsx +++ b/src/components/molecules/RecordingsTable.tsx @@ -102,8 +102,6 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl const [rows, setRows] = React.useState([]); const [isModalOpen, setModalOpen] = React.useState(false); - console.log('rows', rows); - const { notify, setRecordings, browserId, setBrowserId, recordingUrl, setRecordingUrl, recordingName, setRecordingName, recordingId, setRecordingId } = useGlobalInfoStore(); const navigate = useNavigate();