From 55af7e88ec5bc2af98b4fa3091136da247cdcd51 Mon Sep 17 00:00:00 2001 From: Andrew Sotiriou Date: Fri, 3 Mar 2023 14:50:11 -0500 Subject: [PATCH] Remove console log --- src/Bling.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bling.js b/src/Bling.js index c9a62d1..724c8d0 100644 --- a/src/Bling.js +++ b/src/Bling.js @@ -388,7 +388,6 @@ class Bling extends React.Component { } get viewableThreshold() { - console.log('I AM HERE!'); return !isNaN(this.props.viewableThreshold) ? this.props.viewableThreshold : Bling._config.viewableThreshold;