This commit is contained in:
Conner Gallagher 2022-08-16 13:10:56 -06:00
parent af49097cbc
commit 446e4d0463
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}