Remove debug log

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

View File

@ -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',