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 };