Skip to content

Commit

Permalink
fix: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-1995 committed Oct 4, 2023
1 parent 11aa9a6 commit 30df703
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export const VideoStreamingSection = ({
const urlToIframe = useUrlToEmbed();
const pdfAnnotatorActive = usePDFConfig();

console.log('use pdf annotator ', pdfAnnotatorActive);

useEffect(() => {
if (!isConnected) {
return;
Expand Down

0 comments on commit 30df703

Please sign in to comment.