# HG changeset patch # User Sebastien Jodogne # Date 1583308491 -3600 # Node ID 4a8fcfe2bbc78fd385deffd67167cda582b30b16 # Parent 3bfa030bd6a3da9d63a7dd52bbf5c2adfb385964 removed test printf diff -r 3bfa030bd6a3 -r 4a8fcfe2bbc7 Plugin/DicomWebClient.cpp --- 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::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