Skip to content

Commit 22b6e87

Browse files
authored
Merge pull request #561 from theforager/patch-1
Remove unnecessary console logging
2 parents 161a432 + e8edcc1 commit 22b6e87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/provider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export const ChainProvider = ({
100100
}
101101

102102
logger.debug('Using default wallet modal.');
103-
console.log('Using locally built cosmos kit');
104103

105104
const defaultModal = useCallback(
106105
(props: WalletModalProps) => (

0 commit comments

Comments
 (0)