Skip to content

Commit

Permalink
Remove console log (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-sotiriou committed Dec 18, 2023
1 parent 21e8b05 commit 5fcb651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bling.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ class Bling extends React.Component {
}

get viewableThreshold() {
console.log('I AM HERE!');
return !isNaN(this.props.viewableThreshold)
? this.props.viewableThreshold
: Bling._config.viewableThreshold;
Expand Down

0 comments on commit 5fcb651

Please sign in to comment.