changeset 1130:baac89e6cc4b

removal of debug code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Sep 2014 16:21:23 +0200
parents 8dabdc0d3007
children ac6bd50a8c83
files OrthancServer/DicomDirWriter.cpp
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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)