diff --git a/src/components/robot/RecordingsTable.tsx b/src/components/robot/RecordingsTable.tsx index 4fd1d59a..e0f180d4 100644 --- a/src/components/robot/RecordingsTable.tsx +++ b/src/components/robot/RecordingsTable.tsx @@ -179,8 +179,6 @@ export const RecordingsTable = ({ useEffect(() => { const handleMessage = (event: any) => { if (event.data && event.data.type === 'recording-notification') { - console.log('Received message from recording tab:', event.data); - const notificationData = event.data.notification; if (notificationData) { notify(notificationData.type, notificationData.message);