Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
romangetman committed Feb 10, 2017
1 parent 24887cb commit a19518b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,8 @@ class SearchPage extends Component {
search
} = this.props;

// console.log(search.toJSON());
const search_response_object = search.toJSON();
//search.results.map(id => posts.get(id));
/*const geotagsByContinents = geotag_cloud.map(continent => (
continent.set('geotags', geotags.map(urlName => geotags.get(urlName)))
));*/


let tags = [];
for (const section of Object.keys(search_response_object.results)) {
Expand Down

0 comments on commit a19518b

Please sign in to comment.