Skip to content

Commit

Permalink
removes console log
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilaravi committed Jun 10, 2016
1 parent 499c2b6 commit 88cb011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/search-results/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ class SearchResults extends Component {
}

render () {
console.log('items', this.props.items);
const {
items
} = this.props;
Expand Down

0 comments on commit 88cb011

Please sign in to comment.