From c010bda2839403d15cf28192efc046762f57104c Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Wed, 25 Feb 2015 16:30:59 -0300 Subject: [PATCH] Fixed the slow when scrolling the slices --- invesalius/data/slice_.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/invesalius/data/slice_.py b/invesalius/data/slice_.py index 7fb0a24..dc3f8e8 100644 --- a/invesalius/data/slice_.py +++ b/invesalius/data/slice_.py @@ -482,7 +482,6 @@ class Slice(object): def GetSlices(self, orientation, slice_number, number_slices, inverted=False, border_size=1.0): - print "min max ->", self.matrix.min(), self.matrix.max() if self.buffer_slices[orientation].index == slice_number and \ self._type_projection == const.PROJECTION_NORMAL: if self.buffer_slices[orientation].vtk_image: -- libgit2 0.21.2