Skip to content

Commit 3a199e6

Browse files
committed
Remove unneeded log
1 parent 78b317b commit 3a199e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ledger/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ function ledger({
176176

177177
return getAddresses(derivationPath, asset, ethersProvider, eth)
178178
} catch (error) {
179-
console.log('err', error)
180179
const { statusText } = error as { statusText: string }
181180
throw new Error(
182181
statusText === 'UNKNOWN_ERROR'

0 commit comments

Comments
 (0)