diff OrthancFramework/Sources/DicomFormat/DicomStreamReader.h @ 4222:7461f98c23a0

remove debug printf from DicomStreamReader
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2020 15:53:17 +0200
parents e4c0218b6b23
children 3d6f14a05db1
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomStreamReader.h	Wed Sep 30 15:49:23 2020 +0200
+++ b/OrthancFramework/Sources/DicomFormat/DicomStreamReader.h	Wed Sep 30 15:53:17 2020 +0200
@@ -77,8 +77,7 @@
     StreamBlockReader    reader_;
     State                state_;
     DicomTransferSyntax  transferSyntax_;
-    DicomTag             previousTag_;
-    DicomTag             danglingTag_;  // Root-level tag
+    DicomTag             danglingTag_;  // Current root-level tag
     ValueRepresentation  danglingVR_;
     unsigned int         sequenceDepth_;