Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Aug 3, 2023
1 parent 5582506 commit f4e4e52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/hooks/gno/useGnoDAOs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const useGnoDAOs = (networkId: string | undefined) => {
'ListJSON("", "", 0, true)'
)
);
console.log("gnoDAOs", res);
return res;
});
return { gnoDAOs: data, ...other };
Expand Down

0 comments on commit f4e4e52

Please sign in to comment.