From 48d519d557f5913fa932fbaed87c40c86eb4fb59 Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Sun, 15 Sep 2019 14:50:37 +0200 Subject: [PATCH] Cleans the console.log --- components/cycle-day/symptoms/temperature.js | 2 -- 1 file changed, 2 deletions(-) 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,