diff --git a/components/BuyBoxWarningBadge.tsx b/components/BuyBoxWarningBadge.tsx index 2b84b5e..b2945c5 100644 --- a/components/BuyBoxWarningBadge.tsx +++ b/components/BuyBoxWarningBadge.tsx @@ -20,10 +20,6 @@ export const BuyBoxWarningBadge: React.FC = memo(({ asi const data = buyBoxLostMap.get(asin.toUpperCase()); - if (asin.toUpperCase() === 'B0D3874WSD') { - console.log(`[BuyBoxBadge Debug] ASIN: ${asin}, Found in map: ${!!data}, Countries: ${data?.countries.join(', ') || 'none'}`); - } - if (!data || data.countries.length === 0) return null; return ( diff --git a/components/TopMovers.tsx b/components/TopMovers.tsx index 7753487..f004bba 100644 --- a/components/TopMovers.tsx +++ b/components/TopMovers.tsx @@ -170,7 +170,7 @@ const MoversTable: React.FC<{ {data.length === 0 && ( - + No records found matching this criteria.