diff --git a/processing/post/vtk_pointcloud.py b/processing/post/vtk_pointcloud.py index 0408cd875..bd011f42f 100755 --- a/processing/post/vtk_pointcloud.py +++ b/processing/post/vtk_pointcloud.py @@ -88,8 +88,6 @@ for file in files: pos = table.data_asArray(range(column['vector'][options.pos],\ column['vector'][options.pos]+datainfo['vector']['len'])) - print range(column['vector'][options.pos],\ - column['vector'][options.pos]+datainfo['vector']['len']),len(pos),pos[0] for p in pos: id = Points.InsertNextPoint(p) Vertices.InsertNextCell(1)