Skip to content

Commit

Permalink
chore(update release on github): update release on github
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update release on github
  • Loading branch information
titanve committed Mar 3, 2019
1 parent 4327e92 commit f9b8104
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/react-next-paging.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ class ReactNextPaging extends React.Component {
let { itemsperpage } = this.props;
let newinitialitem = (nextpage - 1) * itemsperpage;
let newlastitem = nextpage * itemsperpage;
// console.log(
// `computeFwdLimits() newinitialitem: ${newinitialitem} newlastitem: ${newlastitem}`
// );
return { newinitialitem, newlastitem };
};

Expand Down

0 comments on commit f9b8104

Please sign in to comment.