diff --git a/App.js b/App.js index 569e34c0d59c445aca93d1182a5314d006fc3abb..4a78d71465550ba38784389438a280c8e6c2f938 100644 --- a/App.js +++ b/App.js @@ -6,7 +6,6 @@ import { TextInput, FlatList } from 'react-native' -console.log('first hi') import * as styles from './styles' import Datastore from 'react-native-local-mongodb' @@ -18,7 +17,6 @@ export default class drip extends Component { this.state = { temperatures: [] } - console.log('hello') db.find({ key: { $exists: true } }, (err, persistedTemperatures) => { if (err) throw err this.setState({