changeset 1844:1ba224001fd0

remove test
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Nov 2015 13:51:52 +0100
parents d10a8164da5f
children 8ae1a18b9afb
files OrthancServer/SliceOrdering.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/SliceOrdering.cpp	Mon Nov 30 13:50:21 2015 +0100
+++ b/OrthancServer/SliceOrdering.cpp	Mon Nov 30 13:51:52 2015 +0100
@@ -284,7 +284,6 @@
       if (std::fabs(b - a) <= 10.0f * std::numeric_limits<float>::epsilon())
       {
         // Not enough space between two slices along the normal of the volume
-        printf("Not enough space\n");
         return false;
       }