Mercurial > hg > orthanc
changeset 692:1a3f9d90a2dd
removed 2 x printf
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Feb 2014 16:57:34 +0100 |
parents | a401e295f2db |
children | 01d8611c4a60 |
files | OrthancServer/DicomProtocol/DicomUserConnection.cpp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/DicomUserConnection.cpp Tue Feb 04 16:31:10 2014 +0100 +++ b/OrthancServer/DicomProtocol/DicomUserConnection.cpp Tue Feb 04 16:57:34 2014 +0100 @@ -340,12 +340,10 @@ // This is a particular case for ClearCanvas, thanks to Peter Somlo <peter.somlo@gmail.com>. // https://groups.google.com/d/msg/orthanc-users/j-6C3MAVwiw/iolB9hclom8J // http://www.clearcanvas.ca/Home/Community/OldForums/tabid/526/aff/11/aft/14670/afv/topic/Default.aspx - printf("CLEAR CANVAS\n"); DU_putStringDOElement(dataset.get(), DcmTagKey(0x0008, 0x0052), "IMAGE"); } else { - printf("GENERIC\n"); DU_putStringDOElement(dataset.get(), DcmTagKey(0x0008, 0x0052), "INSTANCE"); }