From b82cc1f52b611368b6e121888425d24a3a023157 Mon Sep 17 00:00:00 2001 From: Nell Hardcastle Date: Thu, 3 Oct 2024 12:52:36 -0700 Subject: [PATCH] Remove extensionByteIndex console.log --- src/utilities.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/utilities.ts b/src/utilities.ts index 825caf1..50ef45b 100644 --- a/src/utilities.ts +++ b/src/utilities.ts @@ -126,10 +126,6 @@ export class Utils { extensionByteIndex + 8, extensionByteIndex + esize ); - console.log( - "extensionByteIndex: " + (extensionByteIndex + 8) + " esize: " + esize - ); - console.log(edata); let extension = new NIFTIEXTENSION( esize, ecode,