cleanup
This commit is contained in:
parent
af49097cbc
commit
446e4d0463
|
@ -1686,7 +1686,6 @@ export class JobAccount {
|
|||
i + CHUNK_SIZE >= params.data.byteLength
|
||||
? params.data.byteLength
|
||||
: i + CHUNK_SIZE;
|
||||
// console.log(`[ ${i}, ${end} ]`);
|
||||
chunks.push(params.data.slice(i, end));
|
||||
i = end;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue