Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Commit

Permalink
dont log query
Browse files Browse the repository at this point in the history
  • Loading branch information
lepon01 committed Apr 18, 2019
1 parent 86e80ab commit 02523af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import qs from 'qs';
class Locale extends Component {
render() {
const query = qs.parse(this.props.location.search.replace(/^\?/, ''));
console.log(query);
return (
<Layout match={this.props.match}>
<Container>
Expand Down

0 comments on commit 02523af

Please sign in to comment.