From 30df7038584b2f3838194c166a9be94ad1f7f920 Mon Sep 17 00:00:00 2001 From: amar-1995 Date: Wed, 4 Oct 2023 12:29:49 +0530 Subject: [PATCH] fix: remove console --- .../src/Prebuilt/layouts/VideoStreamingSection.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/roomkit-react/src/Prebuilt/layouts/VideoStreamingSection.tsx b/packages/roomkit-react/src/Prebuilt/layouts/VideoStreamingSection.tsx index 0faf7432d8..33274de62e 100644 --- a/packages/roomkit-react/src/Prebuilt/layouts/VideoStreamingSection.tsx +++ b/packages/roomkit-react/src/Prebuilt/layouts/VideoStreamingSection.tsx @@ -47,8 +47,6 @@ export const VideoStreamingSection = ({ const urlToIframe = useUrlToEmbed(); const pdfAnnotatorActive = usePDFConfig(); - console.log('use pdf annotator ', pdfAnnotatorActive); - useEffect(() => { if (!isConnected) { return;