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