Skip to content

Commit

Permalink
Remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
denisraslov committed Apr 9, 2020
1 parent 2e1c814 commit 6a31c3f
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 28 deletions.
89 changes: 66 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/scrollWrapper/index.js
Expand Up @@ -288,11 +288,6 @@ class SpreadsheetGridScrollWrapper extends React.PureComponent {
}
this.setState(newState);

console.log(first !== this.state.first || last !== this.state.last)
console.log(scrollWrapperEl.scrollHeight > scrollWrapperEl.offsetHeight &&
// Check if the scroll has a width
scrollWrapperEl.offsetWidth > scrollDummyEl.offsetWidth)

if (this.props.onScroll) {
this.props.onScroll(scrollTop);
}
Expand Down

0 comments on commit 6a31c3f

Please sign in to comment.