From 246decac4a96cae86cdc9955e02eedb5533178fc Mon Sep 17 00:00:00 2001 From: Gala Date: Wed, 21 Dec 2022 14:01:53 +0100 Subject: [PATCH] remove console log --- explorer/src/pages/Gateways/index.tsx | 1 - 1 file changed, 1 deletion(-) 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) => {