mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 07:34:36 +01:00
remove logging
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user