# HG changeset patch # User Sebastien Jodogne # Date 1448887912 -3600 # Node ID 1ba224001fd0af9044bcb7f8613a115af62b028f # Parent d10a8164da5fbfefec41a4e60401afe46b257741 remove test diff -r d10a8164da5f -r 1ba224001fd0 OrthancServer/SliceOrdering.cpp --- 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::epsilon()) { // Not enough space between two slices along the normal of the volume - printf("Not enough space\n"); return false; }