Skip to content

Commit

Permalink
fix: remove console.log(providers) artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Jul 11, 2023
1 parent f0f4e82 commit ce4b946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/replicator/zzzync/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ export class ZzzyncReplicator extends Playable {
break
}
}
console.log(providers)

const fetchEntry = async (cid: CID): Promise<EntryInstance<SignedEntry>> => {
const response = await this.w3.client.get(cid.toString())
Expand Down

0 comments on commit ce4b946

Please sign in to comment.