Commit c010bda2839403d15cf28192efc046762f57104c
1 parent
1526e9f4
Exists in
master
and in
47 other branches
Fixed the slow when scrolling the slices
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
invesalius/data/slice_.py
... | ... | @@ -482,7 +482,6 @@ class Slice(object): |
482 | 482 | |
483 | 483 | def GetSlices(self, orientation, slice_number, number_slices, |
484 | 484 | inverted=False, border_size=1.0): |
485 | - print "min max ->", self.matrix.min(), self.matrix.max() | |
486 | 485 | if self.buffer_slices[orientation].index == slice_number and \ |
487 | 486 | self._type_projection == const.PROJECTION_NORMAL: |
488 | 487 | if self.buffer_slices[orientation].vtk_image: | ... | ... |