Skip to content

Commit 52243d4

Browse files
--
1 parent bdc90fd commit 52243d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • energyml-utils/src/energyml/utils/data

energyml-utils/src/energyml/utils/data/mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ def read_wellbore_frame_representation(
784784
trajectory_dor = search_attribute_matching_name(obj=energyml_object, name_rgx="Trajectory")[0]
785785
trajectory_obj = workspace.get_object(get_obj_uri(trajectory_dor))
786786

787-
print(f"Mds {wellbore_frame_mds}")
787+
# print(f"Mds {wellbore_frame_mds}")
788788

789789
meshes = read_wellbore_trajectory_representation(
790790
energyml_object=trajectory_obj,

0 commit comments

Comments
 (0)