Commit 2ac046a2b62cbec6b28c479acab0fd7bf075c7b5
1 parent
7d82f0c0
Exists in
surface_area
remove prints
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
invesalius/gui/data_notebook.py
| ... | ... | @@ -854,8 +854,6 @@ class SurfacesListCtrlPanel(wx.ListCtrl, listmix.TextEditMixin): |
| 854 | 854 | def InsertNewItem(self, index=0, label="Surface 1", volume="0 mm3", |
| 855 | 855 | area="0 mm2", transparency="0%%", colour=None): |
| 856 | 856 | self.InsertStringItem(index, "") |
| 857 | - print ">>>>AREA<<<<<<", area | |
| 858 | - print ">>>>AREA<<<<<<", transparency | |
| 859 | 857 | self.SetStringItem(index, 1, label, |
| 860 | 858 | imageId = self.surface_list_index[index]) |
| 861 | 859 | self.SetStringItem(index, 2, volume) | ... | ... |