mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
removed console.logs
This commit is contained in:
parent
636eaaaf83
commit
b3c48b9fdd
@ -5,7 +5,6 @@ import styles from './index.less'
|
||||
|
||||
export default class AppSplash extends React.Component {
|
||||
render() {
|
||||
console.log(this.props.fadeout)
|
||||
return (
|
||||
<div className={classnames(styles.wrapper, {[styles.fadeout]: this.props.fadeout})} style={this.props.fadeout? { animationDuration: `${this.props.fadeout}ms` } : null} >
|
||||
<div className="bouncy-logo">
|
||||
|
@ -111,7 +111,6 @@ export default {
|
||||
|
||||
state.dispatcher({ type: "updateState", payload: { queryDone: true, splash: { render: true, fadeout: state.fadeclock } } })
|
||||
setTimeout(() => {
|
||||
console.log("closing splash")
|
||||
state.dispatcher({ type: "updateState", payload: { splash: { render: false, fadeout: false } } })
|
||||
}, state.fadeclock)
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user