Skip to content

Commit 3b4c899

Browse files
committedSep 7, 2022
fix: remove console.log statement
1 parent f67bfa5 commit 3b4c899

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/Client.ts

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ export default class Client {
161161
wallet: Signer | null,
162162
opts?: Partial<ClientOptions>
163163
): Promise<Client> {
164-
console.log('Is in beta channel')
165164
const options = defaultOptions(opts)
166165
const apiClient = createApiClientFromOptions(options)
167166
const keys = await loadOrCreateKeysFromOptions(options, wallet, apiClient)

0 commit comments

Comments
 (0)
Please sign in to comment.