Skip to content

Commit

Permalink
Removed stray logging in IpcProvider (ethers-io#3908, ethers-io#3909).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent 17fcad2 commit f430aaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src.ts/providers/provider-ipcsocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export class IpcSocketProvider extends SocketProvider {
}

async _write(message: string): Promise<void> {
console.log(">>>", message);
this.socket.write(message);
}
}

0 comments on commit f430aaf

Please sign in to comment.