mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 00:24:45 +01:00
remove logging
This commit is contained in:
@@ -95,9 +95,6 @@ class App extends React.Component<IProps, IState> {
|
|||||||
} else {
|
} else {
|
||||||
const isUrl = /^(?:http(s)?:\/\/)/gm.test(custom_bg)
|
const isUrl = /^(?:http(s)?:\/\/)/gm.test(custom_bg)
|
||||||
|
|
||||||
console.log(isUrl)
|
|
||||||
|
|
||||||
|
|
||||||
if (!isUrl) {
|
if (!isUrl) {
|
||||||
this.setState({
|
this.setState({
|
||||||
bgFile: convertFileSrc(custom_bg)
|
bgFile: convertFileSrc(custom_bg)
|
||||||
|
|||||||
Reference in New Issue
Block a user