Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalzauberzeug committed Aug 28, 2024
1 parent ca50d48 commit 1615d41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion field_friend/interface/components/camera_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def update_content(self) -> None:
if image and image.detections:
svg += self.to_svg(image.detections)
svg += self.build_svg_for_plant_provider()
# TODO: fix in later PR
svg += self.build_svg_for_implement()
self.image_view.set_content(svg)

Expand Down

0 comments on commit 1615d41

Please sign in to comment.