remove props logging

This commit is contained in:
SpikeHD
2022-05-14 00:49:57 -07:00
parent 7ce631483a
commit 4409ada5e9

View File

@@ -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
}