Skip to content
Snippets Groups Projects
Commit 48d519d5 authored by Sofiya Tepikin's avatar Sofiya Tepikin
Browse files

Cleans the console.log

parent e0091497
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,6 @@ class Temperature extends Component { ...@@ -57,8 +57,6 @@ class Temperature extends Component {
const { date } = this.props const { date } = this.props
const { temperature, exclude, time, note } = this.state const { temperature, exclude, time, note } = this.state
console.log('/// autoSave state: ', this.state)
const valuesToSave = { const valuesToSave = {
value: temperature, value: temperature,
exclude, exclude,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment