remove console logging
This commit is contained in:
parent
9fad879181
commit
01eb8c8d3c
1 changed files with 0 additions and 2 deletions
|
|
@ -189,8 +189,6 @@ class Posts extends Component {
|
|||
}
|
||||
|
||||
updateHistoryNav(page, hasMore) {
|
||||
console.log("page" ,page);
|
||||
console.log("more?", hasMore);
|
||||
// Update prev state
|
||||
let prev = null;
|
||||
if (page === 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue