diff --git a/src/ui/App.tsx b/src/ui/App.tsx index 2d6cb6e..5b8dce1 100644 --- a/src/ui/App.tsx +++ b/src/ui/App.tsx @@ -95,9 +95,6 @@ class App extends React.Component { } else { const isUrl = /^(?:http(s)?:\/\/)/gm.test(custom_bg) - console.log(isUrl) - - if (!isUrl) { this.setState({ bgFile: convertFileSrc(custom_bg)