Skip to content

Commit 91a3d5c

Browse files
committed
switch to debug level
1 parent d7e2cc5 commit 91a3d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/blob.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export async function download(url) {
1313

1414
const blob = new Blob(chunks)
1515
console.debug('[blob] Downloaded', url, blob.size)
16-
if (blob.size !== contentLength) console.warn('[blob] Download size mismatch', {
16+
if (blob.size !== contentLength) console.debug('[blob] Download size mismatch', {
1717
url,
1818
expected: contentLength,
1919
actual: blob.size,

0 commit comments

Comments
 (0)