diff --git a/explorer/src/pages/Gateways/index.tsx b/explorer/src/pages/Gateways/index.tsx index 2edfe62527..8e01fad54c 100644 --- a/explorer/src/pages/Gateways/index.tsx +++ b/explorer/src/pages/Gateways/index.tsx @@ -27,7 +27,6 @@ export const PageGateways: React.FC = () => { React.useEffect(() => { if (searchTerm === '' && gateways?.data) { - console.log('gateways?.data', gateways?.data); setFilteredGateways(gateways?.data); } else { const filtered = gateways?.data?.filter((g) => {