From 697c2bd76fc6c6c7cfe78b4a5d4d84f23b884d8c Mon Sep 17 00:00:00 2001 From: brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> Date: Sat, 6 May 2023 15:23:50 -0400 Subject: refactor answer inputs --- src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx') diff --git a/src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx b/src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx index 353b386a6..5e5a60edd 100644 --- a/src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx +++ b/src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx @@ -50,7 +50,6 @@ export default class InputField extends React.Component { if (prevProps.value != this.props.value && !isNaN(this.props.value)) { if (this.props.mode == "Freeform") { if (Math.abs(this.state.tempValue - Number(this.props.value)) > 1) { - console.log('update temp value', Number(this.props.value)) this.setState({tempValue: Number(this.props.value)}) } } -- cgit v1.2.3-70-g09d2