# HG changeset patch # User Sebastien Jodogne # Date 1410186083 -7200 # Node ID baac89e6cc4b25337e40bd1bb68d7134f6f67ab2 # Parent 8dabdc0d300738de8e10f2df8ceb6ddbb61d3383 removal of debug code diff -r 8dabdc0d3007 -r baac89e6cc4b OrthancServer/DicomDirWriter.cpp --- a/OrthancServer/DicomDirWriter.cpp Mon Sep 08 15:47:53 2014 +0200 +++ b/OrthancServer/DicomDirWriter.cpp Mon Sep 08 16:21:23 2014 +0200 @@ -551,18 +551,6 @@ } } } - - - { - // DEBUG - static unsigned int count = 0; - char buf[1024]; - sprintf(buf, "/tmp/dicomdir-%06d.dcm", count++); - - std::string s; - pimpl_->Read(s); - Toolbox::WriteFile(s, buf); - } } void DicomDirWriter::Encode(std::string& target)