From 5fcb651e36ae847e2c336cc75e835b26bf7d7a05 Mon Sep 17 00:00:00 2001 From: Andrew Sotiriou Date: Fri, 3 Mar 2023 14:51:25 -0500 Subject: [PATCH] Remove console log (#34) --- src/Bling.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bling.js b/src/Bling.js index 9f7e268..ed2ef38 100644 --- a/src/Bling.js +++ b/src/Bling.js @@ -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;