From f460d54a4e20e9f0c2181b2ca5ae105d48551928 Mon Sep 17 00:00:00 2001 From: Daniel Petri Rocha <33319791+danielpetri1@users.noreply.github.com> Date: Sat, 13 Jul 2024 11:23:29 +0200 Subject: [PATCH] Remove debug log --- .../video-preview/virtual-background/component.jsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bigbluebutton-html5/imports/ui/components/video-preview/virtual-background/component.jsx b/bigbluebutton-html5/imports/ui/components/video-preview/virtual-background/component.jsx index 217778bf45..adfdb5622d 100644 --- a/bigbluebutton-html5/imports/ui/components/video-preview/virtual-background/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/video-preview/virtual-background/component.jsx @@ -217,11 +217,7 @@ const VirtualBgSelector = ({ } const handleCustomBgChange = (event) => { - const file = event.target.files[0]; - - console.log("handle custom bg change banana") - console.log(file); - + const file = event.target.files[0] const onSuccess = (background) => { dispatch({ type: 'new',