changeset 21:8d103f6d08bd

oops
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2015 12:59:01 +0200
parents d5cd40f12c86
children e4fe73260914
files Core/Dicom.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Core/Dicom.cpp	Wed May 20 12:56:32 2015 +0200
+++ b/Core/Dicom.cpp	Wed May 20 12:59:01 2015 +0200
@@ -197,7 +197,6 @@
         !(str[0] >= 'A' && str[0] <= 'Z') ||
         !(str[1] >= 'A' && str[1] <= 'Z'))
     {
-      printf("[%s]\n", str);
       return "UN";
     }
     else