Skip to content

Commit

Permalink
Remove diagnostic message
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Mar 23, 2021
1 parent 9a5fa26 commit 7831666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion console/nii_dicom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6013,7 +6013,6 @@ uint32_t kSequenceDelimitationItemTag = 0xFFFE +(0xE0DD << 16 );
break;
case kUnitsPT: //CS
dcmStr(lLength, &buffer[lPos], d.unitsPT);
printf(">>>>>>>>%s<<<%s\n", d.unitsPT, fname);
break;
case kAttenuationCorrectionMethod: //LO
dcmStr(lLength, &buffer[lPos], d.attenuationCorrectionMethod);
Expand Down

0 comments on commit 7831666

Please sign in to comment.