remove some console.logs
This commit is contained in:
parent
da3307962d
commit
77d7938c54
2 changed files with 0 additions and 5 deletions
|
|
@ -77,7 +77,6 @@ class HistoryNav extends Component {
|
|||
if (this.props.match.params.page) {
|
||||
page = parseInt(this.props.match.params.page, 10);
|
||||
}
|
||||
console.log('nav page', page);
|
||||
|
||||
let left = "";
|
||||
if (page !== 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue