mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
remove props logging
This commit is contained in:
@@ -24,7 +24,6 @@ export default class BigButton extends React.Component<IProps, IState> {
|
||||
}
|
||||
|
||||
static getDerivedStateFromProps(props: IProps, state: IState) {
|
||||
console.log(props)
|
||||
return {
|
||||
disabled: props.disabled
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user