Skip to content

Commit

Permalink
remove print in vtkhandler (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
annaivagnes authored Sep 20, 2022
1 parent 4c39a8b commit b545ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smithers/io/vtkhandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def vtk2dict(cls, data):

for id_cell in range(data.GetNumberOfCells()):
cell = data.GetCell(id_cell)
print(cell)
result['cells'].append([
cell.GetPointId(id_point)
for id_point in range(cell.GetNumberOfPoints())
Expand Down

0 comments on commit b545ba5

Please sign in to comment.