delete log statements

This commit is contained in:
tina
2018-05-29 13:41:09 +02:00
parent 2f443c7743
commit bcda3259e4
-2
View File
@@ -6,7 +6,6 @@ import {
TextInput, TextInput,
FlatList FlatList
} from 'react-native' } from 'react-native'
console.log('first hi')
import * as styles from './styles' import * as styles from './styles'
import Datastore from 'react-native-local-mongodb' import Datastore from 'react-native-local-mongodb'
@@ -18,7 +17,6 @@ export default class drip extends Component {
this.state = { this.state = {
temperatures: [] temperatures: []
} }
console.log('hello')
db.find({ key: { $exists: true } }, (err, persistedTemperatures) => { db.find({ key: { $exists: true } }, (err, persistedTemperatures) => {
if (err) throw err if (err) throw err
this.setState({ this.setState({