Skip to content

Commit

Permalink
switch to debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jan 18, 2025
1 parent d7e2cc5 commit 91a3d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/blob.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export async function download(url) {

const blob = new Blob(chunks)
console.debug('[blob] Downloaded', url, blob.size)
if (blob.size !== contentLength) console.warn('[blob] Download size mismatch', {
if (blob.size !== contentLength) console.debug('[blob] Download size mismatch', {
url,
expected: contentLength,
actual: blob.size,
Expand Down

0 comments on commit 91a3d5c

Please sign in to comment.