Skip to content

Commit c80a3de

Browse files
authored
remove nifti header IO warning
1 parent b0e364a commit c80a3de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

surfa/io/framed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ def load(self, filename, atype):
565565
# handle nifti1 header extension
566566
niiextsions = nii.header.extensions
567567
if (not niiextsions):
568-
print("[DEBUG] NiftiArrayIO.load(): no header extensions found!")
569568
return arr
570569

571570
# try to find freesurfer nifti1 header extension

0 commit comments

Comments
 (0)