# HG changeset patch # User Sebastien Jodogne # Date 1432119541 -7200 # Node ID 8d103f6d08bd27c79c0dd872a62d810a1b801415 # Parent d5cd40f12c864c11c9c7c9aae1ba5ed1a5b10879 oops diff -r d5cd40f12c86 -r 8d103f6d08bd Core/Dicom.cpp --- 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