diff --git a/components/cycle-day/symptoms/temperature.js b/components/cycle-day/symptoms/temperature.js index 142f90f..f735001 100644 --- a/components/cycle-day/symptoms/temperature.js +++ b/components/cycle-day/symptoms/temperature.js @@ -57,8 +57,6 @@ class Temperature extends Component { const { date } = this.props const { temperature, exclude, time, note } = this.state - console.log('/// autoSave state: ', this.state) - const valuesToSave = { value: temperature, exclude,