Remove debug log

This commit is contained in:
Daniel Petri Rocha 2024-07-13 11:23:29 +02:00 committed by GitHub
parent cf8f7528d0
commit f460d54a4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -217,11 +217,7 @@ const VirtualBgSelector = ({
} }
const handleCustomBgChange = (event) => { const handleCustomBgChange = (event) => {
const file = event.target.files[0]; const file = event.target.files[0]
console.log("handle custom bg change banana")
console.log(file);
const onSuccess = (background) => { const onSuccess = (background) => {
dispatch({ dispatch({
type: 'new', type: 'new',