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