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

Commit 02523af

Browse files
author
lepon01
committed
dont log query
1 parent 86e80ab commit 02523af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/Locale/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import qs from 'qs';
1111
class Locale extends Component {
1212
render() {
1313
const query = qs.parse(this.props.location.search.replace(/^\?/, ''));
14-
console.log(query);
1514
return (
1615
<Layout match={this.props.match}>
1716
<Container>

0 commit comments

Comments
 (0)