Skip to content

Commit

Permalink
fix: remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Sep 7, 2022
1 parent f67bfa5 commit 3b4c899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export default class Client {
wallet: Signer | null,
opts?: Partial<ClientOptions>
): Promise<Client> {
console.log('Is in beta channel')
const options = defaultOptions(opts)
const apiClient = createApiClientFromOptions(options)
const keys = await loadOrCreateKeysFromOptions(options, wallet, apiClient)
Expand Down

0 comments on commit 3b4c899

Please sign in to comment.