From 987b1aec75c12133c2d060665678d61d06013818 Mon Sep 17 00:00:00 2001 From: Travis Jenkins Date: Fri, 21 Feb 2025 12:49:01 -0500 Subject: [PATCH] cleaning up logging --- src/components/Connectors/index.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/components/Connectors/index.tsx b/src/components/Connectors/index.tsx index ae8bbbce..302d2620 100644 --- a/src/components/Connectors/index.tsx +++ b/src/components/Connectors/index.tsx @@ -66,18 +66,6 @@ const ConnectorCard = ({ type, showType = false, }: ReturnType & { showType?: boolean }) => { - if (!logo?.childImageSharp?.gatsbyImageData) { - console.log('>>>>> logo missing', { - title, - shortDescription, - recommended, - logo, - slug, - type, - showType, - }); - } - return (
@@ -220,8 +208,6 @@ export const Connectors = ({ ); const logosByConnectorId = useMemo(() => { - console.log('>>>>> getting logo list'); - return Object.assign( {}, ...mappedConnectors.map((con) => ({ [con.id]: con.logo })) @@ -267,8 +253,6 @@ export const Connectors = ({
{(query.length > 0 ? results : mappedConnectors).map( (connector) => { - console.log('>>>>> connector', connector); - return (