Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Allen committed Apr 11, 2017
1 parent e49ac7b commit 81ec905
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/collections/favorites-button.jsx
Expand Up @@ -89,7 +89,6 @@ export default class FavoritesButton extends React.Component {
this.findFavoriteCollection()
.catch((err) => { reject(err); })
.then((favorites) => {
console.log('favorites', favorites)
if (favorites) {
this.setState({ favorites });
resolve(favorites);
Expand Down Expand Up @@ -122,7 +121,6 @@ export default class FavoritesButton extends React.Component {
if (this.props.user) {
if (!this.state.favorites) {
this.setState({ favorited: true });
console.log('no favs');
this.createFavorites()
.then((favorites) => { this.addSubjectTo(favorites); });
this.logSubjLike('favorite');
Expand Down

0 comments on commit 81ec905

Please sign in to comment.