Skip to content

Commit

Permalink
Removed debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Mar 23, 2021
1 parent 58be0a1 commit 39eb58f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/python/arrus/utils/imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ def _prepare(self, const_metadata: arrus.metadata.ConstMetadata):
np.cos(element_angle) - 1)

tx_distance = radial_distance
print(element_x)
rx_distance = np.sqrt(
(x_distance - element_x) ** 2 + (z_distance - element_z) ** 2)

Expand Down

0 comments on commit 39eb58f

Please sign in to comment.