Skip to content

Commit 7df8aa3

Browse files
committed
remove logging
1 parent b18476b commit 7df8aa3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

playgrounds/sandbox/scripts/download.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ if (url.hash.length > 1) {
2929
const stream = new Blob([u8]).stream().pipeThrough(new DecompressionStream('gzip'));
3030
const json = await new Response(stream).text();
3131

32-
console.log(JSON.parse(json));
33-
3432
files = JSON.parse(json).files;
3533
} else {
3634
const id = url.pathname.split('/')[2];

0 commit comments

Comments
 (0)