Skip to content

Commit b14b8ef

Browse files
fix: remove some gitingore items
1 parent 9b0a900 commit b14b8ef

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ package-lock.json
66
.vscode
77
yarn-error.log
88
.env
9-
yarn.lock

packages/injected/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ function injected(options?: InjectedWalletOptions): WalletInit {
4141
({ label }) => label
4242
)
4343

44-
debugger
45-
4644
const wallets = allWallets.reduce(
4745
(acc: InjectedWalletModule[], wallet: InjectedWalletModule) => {
4846
const { label, platforms, injectedNamespace, checkProviderIdentity } =

0 commit comments

Comments
 (0)