feat: clear log

This commit is contained in:
Rohit
2025-03-11 20:29:19 +05:30
parent e3a8441d1e
commit 085e2e0ef6

View File

@@ -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);