Skip to content

Commit 787181f

Browse files
author
davidcorteso
committed
Removed print call in VTK class
1 parent 6143ce6 commit 787181f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fidimag/common/vtk.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def __init__(self, mesh, header="", directory=".", filename="unnamed"):
2121
# for keyword argument dimensions: if the mesh is made up of
2222
# nx * ny * nz cells, it has (nx + 1) * (ny + 1) * (nz + 1)
2323
# vertices.
24-
print(mesh.grid)
2524
structure = pyvtk.RectilinearGrid(* mesh.grid)
2625
else:
2726
raise NotImplementedError(

0 commit comments

Comments
 (0)