Skip to content

Commit

Permalink
Merge pull request #43 from nellh/remove-console-log
Browse files Browse the repository at this point in the history
Remove extensionByteIndex console.log
  • Loading branch information
cdrake authored Feb 5, 2025
2 parents b399653 + b82cc1f commit f20e5d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f20e5d7

Please sign in to comment.