Commit 7beb91c347002292734601c8f973946ca358ab6a
1 parent
9d0c5a70
Exists in
master
and in
38 other branches
cleaning
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
invesalius/gui/task_surface.py
... | ... | @@ -503,8 +503,6 @@ class SurfaceProperties(wx.Panel): |
503 | 503 | self.surface_list[index][0] = name |
504 | 504 | self.combo_surface_name.SetString(index, name) |
505 | 505 | |
506 | - print ">>>> SURFACE DICT", self.surface_list | |
507 | - | |
508 | 506 | def InsertNewSurface(self, pubsub_evt): |
509 | 507 | #not_update = len(pubsub_evt.data) == 5 |
510 | 508 | index = pubsub_evt.data[0] |
... | ... | @@ -530,8 +528,6 @@ class SurfaceProperties(wx.Panel): |
530 | 528 | self.slider_transparency.SetValue(transparency) |
531 | 529 | Publisher.sendMessage('Update surface data', (index)) |
532 | 530 | |
533 | - | |
534 | - | |
535 | 531 | def OnComboName(self, evt): |
536 | 532 | surface_name = evt.GetString() |
537 | 533 | surface_index = evt.GetSelection() | ... | ... |