diff --git a/attached_assets/image_1758102024894.png b/attached_assets/image_1758102024894.png new file mode 100644 index 0000000..24bf498 Binary files /dev/null and b/attached_assets/image_1758102024894.png differ diff --git a/client/src/components/adsense-ad.tsx b/client/src/components/adsense-ad.tsx index 50549f1..dcea0e5 100644 --- a/client/src/components/adsense-ad.tsx +++ b/client/src/components/adsense-ad.tsx @@ -21,10 +21,8 @@ export default function AdSenseAd({ try { // Ensure adsbygoogle is loaded if (typeof window !== 'undefined') { - console.log(`🎯 AdSense: Initializing ad slot ${adSlot}`); // @ts-ignore (window.adsbygoogle = window.adsbygoogle || []).push({}); - console.log(`✅ AdSense: Ad slot ${adSlot} pushed to queue`); } } catch (error) { console.error('AdSense initialization error:', error); @@ -45,11 +43,8 @@ export default function AdSenseAd({ adStyle.height = 'auto'; } - console.log(`📐 AdSense: Rendering ad slot ${adSlot} with style:`, adStyle); - return ( -
-
AdSense Slot: {adSlot}
+