Skip to content

Commit

Permalink
Remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislav-neurotech committed May 13, 2021
1 parent e32afb2 commit d663e63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/card/cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ var Cards = React.createClass({
})
} else {
cards = this.cards.filter(function(card) {
console.log('cards.js', 208, selectedSource);
return card.source == selectedSource;
})
}
Expand Down

0 comments on commit d663e63

Please sign in to comment.