remove logging

This commit is contained in:
SpikeHD
2022-06-01 19:04:36 -07:00
parent 54d400d67b
commit fe48eb3c67

View File

@@ -95,9 +95,6 @@ class App extends React.Component<IProps, IState> {
} else {
const isUrl = /^(?:http(s)?:\/\/)/gm.test(custom_bg)
console.log(isUrl)
if (!isUrl) {
this.setState({
bgFile: convertFileSrc(custom_bg)