Skip to content

Commit

Permalink
clean console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
p6te committed Nov 20, 2024
1 parent e959005 commit d9617c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/containers/HeaderWrapper/HeaderWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const HeaderWrapper: React.FC = () => {
const reconnectNightlyWallet = async () => {
try {
changeToNightlyAdapter()
// await sleep(500)
await nightlyConnectAdapter.connect()
} catch (error) {
} finally {
Expand Down

0 comments on commit d9617c9

Please sign in to comment.