diff --git a/src/components/Dicom/DicomTags.vue b/src/components/Dicom/DicomTags.vue index 734d51ea..31e503f2 100644 --- a/src/components/Dicom/DicomTags.vue +++ b/src/components/Dicom/DicomTags.vue @@ -119,9 +119,6 @@ export default { } else { elementObject.tagCode = tag ? tag.tag : '' elementObject.tagName = tag ? tag.name : '' - if (tag.name === 'PatientName') { - console.log(123) - } } elementObject.tagLength = element.length @@ -177,9 +174,6 @@ export default { } else { if (this.isStringVr(vr)) { const str = dataSet.string(propertyName) - if (elementObject.tagName === 'PatientName') { - console.log(str) - } const stringIsAscii = this.isASCII(str) if (stringIsAscii) {