Mercurial > hg > orthanc-dicomweb
changeset 398:4a8fcfe2bbc7
removed test printf
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 04 Mar 2020 08:54:51 +0100 |
parents | 3bfa030bd6a3 |
children | 9b0e7a4b6749 |
files | Plugin/DicomWebClient.cpp |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugin/DicomWebClient.cpp Tue Mar 03 17:36:38 2020 +0100 +++ b/Plugin/DicomWebClient.cpp Wed Mar 04 08:54:51 2020 +0100 @@ -1262,14 +1262,6 @@ (client, userProperties, serverName_, resource->GetUri()); client.AddHeaders(headers); - printf("** PROPERTIES\n"); - - for (std::map<std::string, std::string>::const_iterator - it = userProperties.begin(); it != userProperties.end(); ++it) - { - printf("** [%s] = [%s]\n", it->first.c_str(), it->second.c_str()); - } - /** * From documentation of Google Healthcare API: "The response's * default transfer syntax is Little Endian Explicit. As a