changeset 4013:1e9f6d706237

cleanup
author Alain Mazy <alain@mazy.be>
date Mon, 08 Jun 2020 16:10:09 +0200
parents dc6e7c7372ae
children 27628b0f6ada a2e4edc7b9aa
files Core/DicomParsing/ParsedDicomFile.cpp
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Core/DicomParsing/ParsedDicomFile.cpp	Mon Jun 08 16:04:43 2020 +0200
+++ b/Core/DicomParsing/ParsedDicomFile.cpp	Mon Jun 08 16:10:09 2020 +0200
@@ -657,12 +657,6 @@
   void ParsedDicomFile::ReplacePlainString(const DicomTag& tag,
                                            const std::string& utf8Value)
   {
-//    if (tag.GetElement() == 4257 && tag.GetGroup() == 1031)
-//    {
-//      Replace(tag, utf8Value, false, DicomReplaceMode_InsertIfAbsent,
-//              "99CZM_CapeCod_OctGeneral");
-//    }
-//    else
     if (tag.IsPrivate())
     {
       throw OrthancException(ErrorCode_InternalError,