Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
get rid of unwanted console log
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Jan 27, 2023
1 parent b22ea98 commit f04e214
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/frame/ProxyBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export abstract class FrameProxyProvider extends FrameProvider {

async client(pathInfo: PathInfo) {
const url = await this.url(pathInfo)
if (this.providerId === "zombienet") console.log(url)
const client = new Client(proxyProvider, url)
this.env.signal.addEventListener("abort", client.discard)
return client
Expand Down

0 comments on commit f04e214

Please sign in to comment.