Skip to content

Commit

Permalink
delete homeFav; remove console logs and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RDF014 authored and Tiffany Lin committed Apr 26, 2017
1 parent f60487a commit a4c2787
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
7 changes: 0 additions & 7 deletions app/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default class HomeScreen extends Component {
};

componentWillMount() {
// let {name} = this.props.navigation.state.params.data;
console.log('componentWillMount')
AuthAxios({
url: `/api/groupUsers?name=FAVORITES`
Expand All @@ -33,13 +32,7 @@ export default class HomeScreen extends Component {
static navigationOptions = {
title: 'Favorites'
};

// <Button
// onPress={() => console.log("PRESSED")}
// title="Add Member To Favorite"
// />
render() {
console.log('HomeFavorite')
return (
<View style={styles.container}>
<PushController />
Expand Down
60 changes: 0 additions & 60 deletions app/HomeFavorite.js

This file was deleted.

0 comments on commit a4c2787

Please sign in to comment.