Commit a96cac21afef459d13765832c5d5f326525853f0

Authored by tatiana
1 parent 1ba0ba6a

STL: Removed unnecessary prints

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
invesalius/gui/dicom_preview_panel.py
... ... @@ -218,10 +218,6 @@ class SingleImagePreview(wx.Panel):
218 218 # ADJUST CONTRAST
219 219 window_level = dicom.image.level
220 220 window_width = dicom.image.window
221   - print "======"
222   - print "WW/WL"
223   - print window_level
224   - print window_width
225 221 colorer = vtk.vtkImageMapToWindowLevelColors()
226 222 colorer.SetInput(dicom.image.imagedata)
227 223 colorer.SetWindow(float(window_width))
... ...