From 4409ada5e9bbd5e50b1edc67ec37b5dab7e9f132 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sat, 14 May 2022 00:49:57 -0700 Subject: [PATCH] remove props logging --- src/ui/components/common/BigButton.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/components/common/BigButton.tsx b/src/ui/components/common/BigButton.tsx index 43b52a2..997e773 100644 --- a/src/ui/components/common/BigButton.tsx +++ b/src/ui/components/common/BigButton.tsx @@ -24,7 +24,6 @@ export default class BigButton extends React.Component { } static getDerivedStateFromProps(props: IProps, state: IState) { - console.log(props) return { disabled: props.disabled }