Skip to content

Commit

Permalink
Revert "timing"
Browse files Browse the repository at this point in the history
This reverts commit 086c4ef.
  • Loading branch information
incognitojam committed Feb 19, 2025
1 parent a6f4b63 commit 9dc9b50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/workers/image.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ const imageWorker = {
await readChunks(reader, imageSize, {
onChunk: async (chunk) => {
await writable?.write(chunk)
console.time('sha update')
shaObj.update(chunk)
console.timeEnd('sha update')
},
onProgress,
})
Expand Down

0 comments on commit 9dc9b50

Please sign in to comment.