Skip to content
Snippets Groups Projects
Commit bcda3259 authored by tina's avatar tina
Browse files

delete log statements

parent 2f443c77
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ import { ...@@ -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 { ...@@ -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({
......
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