Remove debug log
This commit is contained in:
parent
f460d54a4e
commit
864e63ffcc
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user