Skip to content

Commit 5b3da66

Browse files
committed
remove log
1 parent 1e828c7 commit 5b3da66

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/common/src/transports/wiresaw.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export function wiresaw<const wiresawTransport extends Transport>(
3434
...rest,
3535
// TODO: type `request` so we don't have to cast
3636
async request(req): ReturnType<EIP1193RequestFn> {
37-
console.log("rpc request", req.method);
3837
try {
3938
if (req.method === "eth_chainId") {
4039
if (chainId != null) return chainId;

0 commit comments

Comments
 (0)