diff --git a/invesalius/data/surface.py b/invesalius/data/surface.py index 8845085..26dbe48 100644 --- a/invesalius/data/surface.py +++ b/invesalius/data/surface.py @@ -610,11 +610,6 @@ class SurfaceManager(): # polydata.SetSource(None) # polydata.DebugOn() - w = vtk.vtkPLYWriter() - w.SetInputData(polydata) - w.SetFileName('/tmp/ca_smoothing_inv.ply') - w.Write() - else: #smoother = vtk.vtkWindowedSincPolyDataFilter() smoother = vtk.vtkSmoothPolyDataFilter() -- libgit2 0.21.2