Skip to content

Commit

Permalink
stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed May 7, 2024
1 parent fba4b86 commit b46d279
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,6 @@ async def liquid_probe(
for node, point in positions.items():
self._position.update({node: point.motor_position})
self._encoder_position.update({node: point.encoder_position})
print(f"positions {positions}")
if (
head_node not in positions
or positions[head_node].move_ack
Expand Down

0 comments on commit b46d279

Please sign in to comment.