From f4e4e5226346359f58a5605d7754bf1c77e4ee1a Mon Sep 17 00:00:00 2001 From: Norman Meier Date: Thu, 3 Aug 2023 12:34:08 +0200 Subject: [PATCH] chore: remove console log Signed-off-by: Norman Meier --- packages/hooks/gno/useGnoDAOs.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/hooks/gno/useGnoDAOs.ts b/packages/hooks/gno/useGnoDAOs.ts index 7dd09c1c1d..abd5de4585 100644 --- a/packages/hooks/gno/useGnoDAOs.ts +++ b/packages/hooks/gno/useGnoDAOs.ts @@ -24,7 +24,6 @@ export const useGnoDAOs = (networkId: string | undefined) => { 'ListJSON("", "", 0, true)' ) ); - console.log("gnoDAOs", res); return res; }); return { gnoDAOs: data, ...other };