From 864e63ffcc1f4e6b8a93f4eb7142a86dc93c08f1 Mon Sep 17 00:00:00 2001 From: Daniel Petri Rocha <33319791+danielpetri1@users.noreply.github.com> Date: Sat, 13 Jul 2024 11:26:07 +0200 Subject: [PATCH] Remove debug log --- .../components/video-preview/virtual-background/component.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 adfdb5622d..9c9176a11c 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,7 +217,8 @@ const VirtualBgSelector = ({ } const handleCustomBgChange = (event) => { - const file = event.target.files[0] + const file = event.target.files[0]; + const onSuccess = (background) => { dispatch({ type: 'new',