Skip to content

Commit

Permalink
chore: remove debugging log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Mar 21, 2024
1 parent 59686df commit 043490f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/verified-fetch/src/verified-fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ export class VerifiedFetch {
options.signal.onabort = this.abortHandler.bind(this, opController)
options.signal = opController.signal
}
this.log('options %o', options)

options?.onProgress?.(new CustomProgressEvent<CIDDetail>('verified-fetch:request:start', { resource }))

Expand Down

0 comments on commit 043490f

Please sign in to comment.