From ca9b6c383212a9850209a918274fb89dbff4b4f1 Mon Sep 17 00:00:00 2001 From: Factorio Blueprints Date: Fri, 29 Nov 2024 17:24:27 -0500 Subject: [PATCH] Tone down the ad block notification to the console. --- src/components/single/EfficientSingleBlueprint.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/components/single/EfficientSingleBlueprint.js b/src/components/single/EfficientSingleBlueprint.js index 68c80dfe..a822f7d6 100644 --- a/src/components/single/EfficientSingleBlueprint.js +++ b/src/components/single/EfficientSingleBlueprint.js @@ -62,6 +62,7 @@ function EfficientSingleBlueprint() const isModerator = useIsModerator(); const adBlocked = !(window.adsbygoogle && window.adsbygoogle.loaded); + console.log('Ad blocked:', adBlocked); /* const navigate = useNavigate(); @@ -105,18 +106,6 @@ function EfficientSingleBlueprint() return ( - {adBlocked && ( - - - - - - {' Ad revenue is used to support hosting the project. Please consider turning off your ad blocker.'} - - - - - )}