Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Nov 17, 2024
1 parent 871fc27 commit 97e5b64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/dolfinx/fem/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ def functionspace(
form_compiler_options = dict()
form_compiler_options["scalar_type"] = dtype

print("Create element")
cpp_element = _create_dolfinx_element(mesh.topology.cell_type, ufl_e, dtype)
cpp_dofmap = _cpp.fem.create_dofmap(mesh.comm, mesh.topology._cpp_object, cpp_element)

Expand Down

0 comments on commit 97e5b64

Please sign in to comment.