rii-mango / NIFTI-Reader-JS

A JavaScript NIfTI file format reader.
MIT License
137 stars 30 forks source link

Remove extensionByteIndex console.log #43

Open nellh opened 1 month ago

nellh commented 1 month ago

This console.log pollutes the output of downstream consumers such as bids-validator that may be outputting machine readable output (JSON) to stdout. Is there a reason these cannot be removed?