From 446e4d0463ac040677e45c15d183708876b5ca01 Mon Sep 17 00:00:00 2001 From: Conner Gallagher Date: Tue, 16 Aug 2022 13:10:56 -0600 Subject: [PATCH] cleanup --- libraries/ts/src/sbv2.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/ts/src/sbv2.ts b/libraries/ts/src/sbv2.ts index 2b0797c..21102cc 100644 --- a/libraries/ts/src/sbv2.ts +++ b/libraries/ts/src/sbv2.ts @@ -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; }