Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesha22 committed Jul 27, 2023
1 parent 138838f commit 5b4c2ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sdk/base/HttpRpcClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export class HttpRpcClient {

async getBundlerVersion(): Promise<string> {
const version = await this.userOpJsonRpcProvider.send('web3_clientVersion', []);
console.log(version);
return version;
}

Expand Down

0 comments on commit 5b4c2ea

Please sign in to comment.